Describe the bug/crash
- Use any app that acts as a ContentProvider for files, exposing e.g. an mp3 file as a
content:// uri. For example:
Uri contentUri = new Uri.Builder()
.scheme("content")
.authority("com.myapp.MyContentProvider")
.path("my-path")
.build();
Intent intent = new Intent(Intent.ACTION_VIEW, contentUri);
intent.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
startActivity(intent);
- Auxio appears as one of the options in the intent chooser dialog. Tap Auxio.
- Auxio displays its main screen and doesn't play the shared audio.
Describe the intended behavior
Auxio should play the file embedded within the content uri. A good example is Samsung Music and YouTube Music, which do this well.
What Android version do you use?
Android 15
What device model do you use?
Samsung S21
Provide a sample file
N/A (any file will do)
Bug report
N/A
Duplicates
Describe the bug/crash
content://uri. For example:Describe the intended behavior
Auxio should play the file embedded within the content uri. A good example is Samsung Music and YouTube Music, which do this well.
What Android version do you use?
Android 15
What device model do you use?
Samsung S21
Provide a sample file
N/A (any file will do)
Bug report
N/A
Duplicates