Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle intents from other applications. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LossyDragon
Copy link

@LossyDragon LossyDragon commented Nov 20, 2020

Android now uses URI's when passing data between applications, instead of the absolute file path.

Example: launch a module file from another application (ie: File Manager or Chat application).

The URI looks something like: content://com.android.externalstorage.documents/document/primary%3Amod%2Felephant_droppings.s3m

PlayerActivity will catch the URI and copy it into a temporary file in order for Xmp to play as it only accepts absolute file paths (currently).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant