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

Commit 81b33e3b authored by Nicolai Ehemann's avatar Nicolai Ehemann Committed by Steve Kondik
Browse files

fix WRITE_SETTINGS to be "dangerous"

(see http://www.fireeye.com/blog/technical/2014/04/occupy_your_icons_silently_on_android.html for an explanation why this is dangerous)

Change-Id: I8f938dc4f528aa2ccbca3d4cec235feb0299c0bd
parent b54a0af9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1527,7 +1527,7 @@
    <!-- Allows an application to read or write the system settings. -->
    <permission android:name="android.permission.WRITE_SETTINGS"
        android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
        android:protectionLevel="normal"
        android:protectionLevel="dangerous"
        android:label="@string/permlab_writeSettings"
        android:description="@string/permdesc_writeSettings" />