Skip to content

Auxio can't open a content:// uri #1441

Description

@Bip901

Describe the bug/crash

  1. 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);
  1. Auxio appears as one of the options in the intent chooser dialog. Tap Auxio.
  2. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions