summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-04-07 14:05:05 +0200
committerArne Schwabe <arne@rfc2549.org>2013-04-07 14:05:05 +0200
commit195b0a10d96ad358d956381d8a0e423a8dd913c7 (patch)
tree5f62da8410bc08b50e8784ff94231cccbfcb8fb1 /res/xml
parent3b68ac89cd679f134681204e0d1bb40d6dbf7879 (diff)
Allow clearing of external apps
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/general_settings.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml
index 5b4726d3..6dbf58bf 100644
--- a/res/xml/general_settings.xml
+++ b/res/xml/general_settings.xml
@@ -11,11 +11,13 @@
android:key="showlogwindow"
android:summary="@string/show_log_summary"
android:title="@string/show_log_window" />
- <!-- <CheckBoxPreference
+ <!--
+ <CheckBoxPreference
android:defaultValue="false"
android:key="statusafterconnect"
android:summary="@string/keppstatus_summary"
- android:title="@string/keepstatus" /> -->
+ android:title="@string/keepstatus" />
+ -->
<CheckBoxPreference
android:defaultValue="true"
android:key="usesystemproxy"
@@ -27,6 +29,11 @@
android:summary="@string/onbootrestartsummary"
android:title="@string/onbootrestart" />
+ <Preference
+ android:key="clearapi"
+ android:title="Clear allowed external apps"
+ android:persistent="false" />
+
<PreferenceCategory android:title="Device specifics Hacks" >
<CheckBoxPreference
android:defaultValue="false"
@@ -40,5 +47,4 @@
android:title="@string/setting_loadtun" />
</PreferenceCategory>
-
</PreferenceScreen> \ No newline at end of file