]> git.zerfleddert.de Git - ms2-fixes/commitdiff
add SUPERUSER-permission to manifest
authorMichael Gernoth <michael@gernoth.net>
Sun, 10 Mar 2013 10:13:29 +0000 (11:13 +0100)
committerMichael Gernoth <michael@gernoth.net>
Sun, 10 Mar 2013 10:13:29 +0000 (11:13 +0100)
MS2Debounce/AndroidManifest.xml

index fab2a0ed5d1770e0acffb5fba6db423722a26f83..71afa7cc37833a12dabd992643466e67dbf9b200 100644 (file)
@@ -9,6 +9,7 @@
                      android:normalScreens="true"
                      android:largeScreens="false" />
     <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+    <uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
     <application android:label="@string/app_name" android:icon="@drawable/icon">
         <activity android:name="MS2Debounce"
                   android:label="@string/app_name">
Impressum, Datenschutz