diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 273ddc228..e0968cb37 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -1,158 +1,158 @@
-
-
+
-
+ android:targetClass="org.fdroid.fdroid.AboutActivity"/>
+
+ android:action="android.intent.action.MAIN"
+ android:targetPackage="@string/applicationId"
+ android:targetClass="org.fdroid.fdroid.views.installed.InstalledAppsActivity"/>
+ android:title="@string/menu_manage"
+ android:summary="@string/repositories_summary">
+ android:action="android.intent.action.MAIN"
+ android:targetPackage="@string/applicationId"
+ android:targetClass="org.fdroid.fdroid.views.ManageReposActivity"/>
+ android:key="updateInterval"
+ android:defaultValue="24"
+ android:entries="@array/updateIntervalNames"
+ android:entryValues="@array/updateIntervalValues"/>
+ android:defaultValue="false"
+ android:key="updateOnWifiOnly"/>
+ android:summary="@string/update_auto_download_summary"
+ android:defaultValue="false"
+ android:key="updateAutoDownload"/>
+ android:defaultValue="true"
+ android:key="updateNotify"/>
+ android:key="language"/>
+ android:key="theme"
+ android:defaultValue="light"
+ android:entries="@array/themeNames"
+ android:entryValues="@array/themeValues"/>
+ android:defaultValue="false"
+ android:key="incompatibleVersions"/>
+ android:defaultValue="true"
+ android:key="rooted"/>
+ android:defaultValue="false"
+ android:key="showAntiFeatureApps"/>
+ android:defaultValue="false"
+ android:key="ignoreTouchscreen"/>
+ android:key="localRepoName"
+ android:title="@string/local_repo_name"/>
-
+
+ android:key="useTor"
+ android:summary="@string/useTorSummary"
+ android:title="@string/useTor"/>
+ android:defaultValue="false"
+ android:key="enableProxy"
+ android:title="@string/enable_proxy_title"
+ android:summary="@string/enable_proxy_summary"/>
+ android:key="proxyHost"
+ android:title="@string/proxy_host"
+ android:summary="@string/proxy_host_summary"
+ android:dependency="enableProxy"/>
+ android:key="proxyPort"
+ android:title="@string/proxy_port"
+ android:summary="@string/proxy_port_summary"
+ android:dependency="enableProxy"/>
+ android:key="pref_category_privacy"
+ android:title="@string/privacy">
+ android:defaultValue="false"
+ android:key="preventScreenshots"
+ android:summary="@string/preventScreenshots_summary"
+ android:title="@string/preventScreenshots_title"/>
+ android:defaultValue="false"
+ android:key="hideOnLongPressSearch"
+ android:summary="@string/hide_on_long_search_press_summary"
+ android:title="@string/hide_on_long_search_press_title"/>
+ android:summary="@string/panic_settings_summary"
+ android:title="@string/panic_settings">
+ android:action="android.intent.action.MAIN"
+ android:targetClass="org.fdroid.fdroid.views.panic.PanicPreferencesActivity"
+ android:targetPackage="@string/applicationId"/>
+ android:key="pref_category_other">
+ android:key="keepCacheFor"
+ android:defaultValue="86400000"
+ android:entries="@array/keepCacheNames"
+ android:entryValues="@array/keepCacheValues"/>
+ android:defaultValue="false"
+ android:key="expert"/>
+ android:key="unstableUpdates"
+ android:title="@string/unstable_updates"
+ android:summary="@string/unstable_updates_summary"
+ android:defaultValue="false"
+ android:dependency="expert"/>
+ android:key="keepInstallHistory"
+ android:title="@string/keep_install_history"
+ android:summary="@string/keep_install_history_summary"
+ android:defaultValue="false"
+ android:dependency="expert"/>
+ android:dependency="expert"/>
+ android:defaultValue="false"
+ android:key="privilegedInstaller"
+ android:persistent="false"
+ android:dependency="expert"/>
+ android:summary="@string/uninstall_system_summary"
+ android:key="uninstallPrivilegedApp"
+ android:dependency="expert"/>