Remove more trailing whitespaces

This commit is contained in:
Daniel Martí 2014-12-31 01:00:31 +01:00
parent 5a99249920
commit e16ab9e74d
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
* 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.
* Be more verbose when encountering repo index update errors

View File

@ -40,16 +40,16 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.NFC" />
<!-- 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"/>
<uses-permission android:name="android.permission.DELETE_PACKAGES"
<uses-permission android:name="android.permission.DELETE_PACKAGES"
tools:ignore="ProtectedPermissions"/>
<!-- Indicate that F-Droid may request root access (introduced by Koush's Superuser app) -->
<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
<application
android:name="FDroidApp"
android:icon="@drawable/ic_launcher"
@ -350,7 +350,7 @@
android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
<!--Used for SSL TOFU, supported by extern/MemorizingTrustManager lib -->
<activity
android:name="de.duenndns.ssl.MemorizingActivity"