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

Commit cddcec56 authored by Andy Mast's avatar Andy Mast Committed by Gerrit Code Review
Browse files

Expand android.permission.WRITE_THEMES to system|signature

Change-Id: I5dd3dc7ea09276227a47f72f8a1c1f312354ddb8
parent e95345f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2608,7 +2608,7 @@
    <permission android:name="android.permission.WRITE_THEMES"
        android:label="@string/permlab_writeThemes"
        android:description="@string/permdesc_writeThemesDesc"
        android:protectionLevel="signature" />
        android:protectionLevel="system|signature" />

    <!-- Allows an application access the CM hardware abstraction framework (DANGEROUS)
         <p>Not for use by third-party applications.