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

Commit 151e6c5f authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Add missing permission to manifest

Bug: 250071457
Test: manual
Change-Id: I87c02d34057f7a1ea09629abfaff1cb79ed43996
parent 054310c8
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    <uses-permission android:name="android.permission.CHANGE_OVERLAY_PACKAGES"/>
    <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
    <uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />

    <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
    <uses-permission android:name="android.permission.MODIFY_DAY_NIGHT_MODE" />

    <queries>
@@ -37,6 +37,11 @@
        <intent>
            <action android:name="com.android.launcher3.action.PARTNER_CUSTOMIZATION" />
        </intent>
        <!-- Intent filter used to query the launcher Activity for grid preview metadata -->
        <intent>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.HOME" />
        </intent>
    </queries>

    <application