Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b80514af authored by Danny Lin's avatar Danny Lin Committed by Michael Bestas
Browse files

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
parent 6ace55e4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,6 +34,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" />