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

Commit 3c2259a2 authored by Tommy Webb's avatar Tommy Webb Committed by Michael Bestas
Browse files

ThemePicker: Remove unnecessary privileges

The "platform" certificate level, and INTERACT_ACROSS_USERS_FULL, were
added in I60b24f0c but are not required.

Change-Id: Idb1907711fb91981ccf0677795f2659d6572d787
parent 46308e3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ java_defaults {
        enabled: false,
    },
    kotlincflags: ["-Xjvm-default=enable"],
    certificate: "platform",
    certificate: "",

    privileged: true,
    system_ext_specific: true,
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
    <uses-permission android:name="android.permission.MODIFY_DAY_NIGHT_MODE" />
    <uses-permission android:name="android.permission.CUSTOMIZE_SYSTEM_UI" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
    <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />

    <queries>
        <!-- Specific intents Wallpaper picker query for -->