aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-02-10 11:10:54 +0100
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-02-10 11:10:54 +0100
commit25b184bd620d60b89ae1fb04d4e0bb502d14080d (patch)
treebe7bb33f0c67adfee3d8cce85888a50da63e310e /res/xml
parent0ef4195e94f316df8ba4e9032c7f58722aad8cc8 (diff)
downloadBlueGPS-25b184bd620d60b89ae1fb04d4e0bb502d14080d.zip
BlueGPS-25b184bd620d60b89ae1fb04d4e0bb502d14080d.tar.gz
BlueGPS-25b184bd620d60b89ae1fb04d4e0bb502d14080d.tar.bz2
add a option to force aute-activation of the chosen location provider
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/pref.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/pref.xml b/res/xml/pref.xml
index 84478d0..92e2628 100644
--- a/res/xml/pref.xml
+++ b/res/xml/pref.xml
@@ -48,6 +48,13 @@
android:title="@string/pref_replace_std_gps_title"
android:summaryOn="@string/pref_replace_std_gps_summary_on"
android:summaryOff="@string/pref_replace_std_gps_summary_off" />
+ <CheckBoxPreference
+ android:key="@string/pref_force_enable_provider_key"
+ android:persistent="true"
+ android:defaultValue="false"
+ android:title="@string/pref_force_enable_provider_title"
+ android:summaryOn="@string/pref_force_enable_provider_summary_on"
+ android:summaryOff="@string/pref_force_enable_provider_summary_off" />
<EditTextPreference
android:dependency="@string/pref_replace_std_gps_key"
android:key="@string/pref_mock_gps_name_key"