Merge branch 'old-perm' into 'master'

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

Closes #861

See merge request !438
This commit is contained in:
Hans-Christoph Steiner 2017-02-24 15:14:01 +00:00
commit bb4409457b

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. -->