Re-add superuser permission to manifest (fixes #339)
This commit is contained in:
parent
56ff9d1353
commit
d20ef02745
@ -55,6 +55,11 @@
|
|||||||
<uses-permission android:name="android.permission.DELETE_PACKAGES"
|
<uses-permission android:name="android.permission.DELETE_PACKAGES"
|
||||||
tools:ignore="ProtectedPermissions"/>
|
tools:ignore="ProtectedPermissions"/>
|
||||||
|
|
||||||
|
<!-- Indicate that F-Droid may request root access (introduced by Koush's Superuser app)
|
||||||
|
This permission is deprecated, but necessary for some old superuser
|
||||||
|
apps to actually grant superuser access to F-Droid. -->
|
||||||
|
<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name="FDroidApp"
|
android:name="FDroidApp"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user