Merge "Bump up the protection level of the CLEAR_APP_CACHE permission" into mnc-dev

This commit is contained in:
Svet Ganov
2015-06-12 01:36:47 +00:00
committed by Android (Google) Code Review

View File

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