diff options
| author | 2014-01-31 20:25:40 +0000 | |
|---|---|---|
| committer | 2014-01-31 20:25:40 +0000 | |
| commit | 17b79985f4e5e6b696320e29f665adb796a2aef5 (patch) | |
| tree | 4ad874ea7ef1d6a086dbe5c78c92da38730e04d4 | |
| parent | 624e98f53962377f00104a50d9fc8e3044cbcd79 (diff) | |
| parent | 47e276db2a938ca4ff9767cba28062b892e81629 (diff) | |
am 47e276db: am cbd156c1: Merge "Update READ&WRITE_DREAM_STATE to signature|system." into klp-modular-dev
* commit '47e276db2a938ca4ff9767cba28062b892e81629':
Update READ&WRITE_DREAM_STATE to signature|system.
| -rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 2151d4cf8950..b7a06b50fef1 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2386,13 +2386,13 @@ @hide --> <permission android:name="android.permission.READ_DREAM_STATE" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" - android:protectionLevel="signature" /> + android:protectionLevel="signature|system" /> <!-- Allows applications to write dream settings, and start or stop dreaming. @hide --> <permission android:name="android.permission.WRITE_DREAM_STATE" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" - android:protectionLevel="signature" /> + android:protectionLevel="signature|system" /> <!-- Allow an application to read and write the cache partition. @hide --> |