Remove unused permission org.fdroid.fdroid.privileged.USE_SERVICE

* This was removed by [1] and a whitelist is being used instead
  of this signature protected permission
* Closes #861

[1]: 80452dec24
This commit is contained in:
Chirayu Desai 2017-02-23 19:45:28 +05:30
parent 109c795dd1
commit 5e59138082

View File

@ -46,8 +46,6 @@
<uses-permission android:name="android.permission.WRITE_SETTINGS" /> <uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.NFC" /> <uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="org.fdroid.fdroid.privileged.USE_SERVICE" />
<!-- Indicate that F-Droid may request root access (introduced by Koush's Superuser app) <!-- Indicate that F-Droid may request root access (introduced by Koush's Superuser app)
This permission is deprecated, but necessary for some old superuser This permission is deprecated, but necessary for some old superuser
apps to actually grant superuser access to F-Droid. --> apps to actually grant superuser access to F-Droid. -->