aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/pref.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/pref.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"