summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-10-05 19:12:40 -0700
committeralk3pInjection <webmaster@raspii.tech>2022-01-28 09:56:25 +0800
commit90662d3614cadde652ebb25dd5ecaa89b9179899 (patch)
tree652b06e17da1de124a74bc63ca77649789a9ac04
parent21de3bc9efa54daaa5c7a1111787b624c2a99280 (diff)
Declare HOME query for launcher discovery
ThemePicker needs to query the current launcher in order to render launcher/wallpaper previews, toggle themed icons, and change the app grid size. Change-Id: Id79fe1eaa4d09f775a37a1dfb1091ed08a1d3422
-rwxr-xr-xAndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4aa6f07d..0bbfeb7e 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -35,6 +35,11 @@
<intent>
<action android:name="com.android.launcher3.action.PARTNER_CUSTOMIZATION" />
</intent>
+ <!-- Intent filter with action used to discover launcher -->
+ <intent>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.HOME" />
+ </intent>
</queries>
<uses-permission android:name="com.android.launcher3.permission.READ_SETTINGS" />