Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a83d3eaf authored by Svet Ganov's avatar Svet Ganov
Browse files

Bump up the protection level of the CLEAR_APP_CACHE permission

This permission guards only hidden and system APIs, hance it
should be signatureOrSystem protection level.

Change-Id: I8d2b75167c6887a285af0b494c39b4ffea2f0cbf
parent d81897d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1612,7 +1612,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 -->