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

Commit a9df0284 authored by Sunny Shao's avatar Sunny Shao
Browse files

Added the WRITE_SETTINGS_HOMEPAGE_DATA permission

- Added the new android.permission.WRITE_SETTINGS_HOMEPAGE_DATA
- Updated AndroidManifest.xml
- Added this permission as @hide

Change-Id: I44836dcd9e24d6ec6e15179dfc2dbde59c275553
Fixes: 111777015
Test: compilation
parent 3b92f796
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3500,6 +3500,10 @@
    <permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE"
                android:protectionLevel="signature" />

    <!-- @hide Internal permission to allows an application to access card content provider. -->
    <permission android:name="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA"
                android:protectionLevel="signature|privileged" />

    <!-- @SystemApi Allows applications to set a live wallpaper.
         @hide XXX Change to signature once the picker is moved to its
         own apk as Ghod Intended. -->