diff --git a/mobile/AndroidManifest.xml b/mobile/AndroidManifest.xml
index bafbfa1b..e09e2f20 100644
--- a/mobile/AndroidManifest.xml
+++ b/mobile/AndroidManifest.xml
@@ -14,8 +14,10 @@
+
Nice for tablets, looks awful on smartphones
Force https
Disabling may improve performance
+ Move cache to external storage
+ Restart required! Write cache to sdCard. Saves internal storage. External storage has to be mounted.
Press back button twice to exit
Avoids accidental exits
Advanced settings
diff --git a/mobile/res/xml/preferences.xml b/mobile/res/xml/preferences.xml
index 4e743e35..11729aef 100644
--- a/mobile/res/xml/preferences.xml
+++ b/mobile/res/xml/preferences.xml
@@ -56,6 +56,11 @@
android:title="@string/pref_force_https"
android:summary="@string/pref_force_https_sum"
android:defaultValue="true" />
+