From 83dc6cd4c9d939b75e9687025f5251ae087a4861 Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Tue, 15 Feb 2022 19:26:10 -0700 Subject: [PATCH] app: expose file opening intents better [#78] Copy-paste some extra fields onto the file opening intent filter as to [hopefully] get Auxio to be recognized by OEM skins better. Some OEM skins don't seem to do a basic query for an app that matches the APP_MUSIC category. Instead, they do some insane query for apps that match this specific file intent structure that Auxio does not fit for whatever reason. Try to graft some manifest features from the MPV android app to make Auxio correctly expose this. I have no idea if this will actually do anything. --- CHANGELOG.md | 3 ++- app/src/main/AndroidManifest.xml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3ad2229..675193274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,9 @@ ## dev [v2.2.1 or v2.3.0] #### What's Improved - Updated chinese translations [courtesy of cccClyde] -- Use proper M3 top app bars +- Use proper material you top app bars - Use body typography in correct places +- Manifest should expose Auxio's file opening functionality better #### What's Fixed - Fixed issue where playback would start unexpectedly when opening the app diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 36f4201b1..17c808f45 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -51,9 +51,12 @@ + + + @@ -66,7 +69,7 @@ android:roundIcon="@mipmap/ic_launcher" />