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
This commit is contained in:
Sunny Shao
2018-07-31 15:30:44 +08:00
parent 3b92f79612
commit a9df02849b

View File

@@ -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. -->