diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index c2ff9c9d662b..dfed0a81856d 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -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. --> |