diff options
author | Svet Ganov <svetoslavganov@google.com> | 2015-06-12 01:36:47 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-12 01:36:59 +0000 |
commit | 55fd0a702d5bb346efb3a149b3cbaba4dc5952b2 (patch) | |
tree | 20bca5648a6def9d1a929c3973634a999cd78900 | |
parent | 592d3d35a6ae4eee0645bf92bc8cf4ab9d0d9b7b (diff) | |
parent | a83d3eaf05dd7b29362aa7897628a67c4428eb65 (diff) | |
download | frameworks_base-55fd0a702d5bb346efb3a149b3cbaba4dc5952b2.zip frameworks_base-55fd0a702d5bb346efb3a149b3cbaba4dc5952b2.tar.gz frameworks_base-55fd0a702d5bb346efb3a149b3cbaba4dc5952b2.tar.bz2 |
Merge "Bump up the protection level of the CLEAR_APP_CACHE permission" into mnc-dev
-rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 47b180f..f78f129 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1593,7 +1593,7 @@ <!-- Allows an application to clear the caches of all installed applications on the device. --> <permission android:name="android.permission.CLEAR_APP_CACHE" - android:protectionLevel="dangerous" /> + android:protectionLevel="signatureOrSystem" /> <!-- @SystemApi Allows an application to use any media decoder when decoding for playback @hide --> |