
Auxio would usually open links by trying to walk through the app chooser/default app situation themselves, mostly for compat purposes. This method was not only broken in Android 11 with the addition of the QUERY_ALL_PACKAGES permission, but it also seems to be made obsolete since the android system seems to handle the app choser pretty well in 11+. As a result, we replace the link opening code on that version with a plain startActivity call and keep the old compat code for older versions. Resolves #47.
16 lines
691 B
Text
16 lines
691 B
Text
Auxio is a local music player with a fast, reliable UI/UX without the many useless features present in other music players. Built off of <a href="https://exoplayer.dev/">Exoplayer</a>, Auxio has a much better listening experience compared to other apps that use the native MediaPlayer API. In short, <b>It plays music.</b>
|
|
|
|
<b>Features</b>
|
|
|
|
- ExoPlayer based playback
|
|
- Customizable UI & Behavior
|
|
- Genres/Artists/Albums/Songs support
|
|
- Simple queue system
|
|
- Full playback persistence system
|
|
- Edge-to-edge (Oreo+ Only)
|
|
- Embedded covers support
|
|
- Search Functionality
|
|
- Audio Focus / Headset Management
|
|
- No internet connectivity whatsoever
|
|
- Kotlin from the ground-up
|
|
- No rounded corners
|