Remove more trailing whitespaces
This commit is contained in:
parent
5a99249920
commit
e16ab9e74d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
* Fix repo updates on 5.0 (which caused no apps to show on clean installs)
|
* Fix repo updates on 5.0 (which caused no apps to show on clean installs)
|
||||||
|
|
||||||
* "Local repo" has an improved interface making it simpler to swap apps between
|
* "Local repo" has an improved interface making it simpler to swap apps between
|
||||||
devices. The "Start Swap" menu item opens a wizard to help with the process.
|
devices. The "Start Swap" menu item opens a wizard to help with the process.
|
||||||
|
|
||||||
* Be more verbose when encountering repo index update errors
|
* Be more verbose when encountering repo index update errors
|
||||||
|
@ -40,16 +40,16 @@
|
|||||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
<uses-permission android:name="android.permission.NFC" />
|
<uses-permission android:name="android.permission.NFC" />
|
||||||
|
|
||||||
<!-- These permissions are only granted when F-Droid is installed as a system-app! -->
|
<!-- These permissions are only granted when F-Droid is installed as a system-app! -->
|
||||||
<uses-permission android:name="android.permission.INSTALL_PACKAGES"
|
<uses-permission android:name="android.permission.INSTALL_PACKAGES"
|
||||||
tools:ignore="ProtectedPermissions"/>
|
tools:ignore="ProtectedPermissions"/>
|
||||||
<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) -->
|
<!-- Indicate that F-Droid may request root access (introduced by Koush's Superuser app) -->
|
||||||
<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
|
<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"
|
||||||
@ -350,7 +350,7 @@
|
|||||||
android:name="android.app.searchable"
|
android:name="android.app.searchable"
|
||||||
android:resource="@xml/searchable" />
|
android:resource="@xml/searchable" />
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<!--Used for SSL TOFU, supported by extern/MemorizingTrustManager lib -->
|
<!--Used for SSL TOFU, supported by extern/MemorizingTrustManager lib -->
|
||||||
<activity
|
<activity
|
||||||
android:name="de.duenndns.ssl.MemorizingActivity"
|
android:name="de.duenndns.ssl.MemorizingActivity"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user