diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/pref.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/pref.xml b/res/xml/pref.xml index f384034..90c48fe 100644 --- a/res/xml/pref.xml +++ b/res/xml/pref.xml @@ -44,6 +44,7 @@ android:key="@string/pref_replace_std_gps_key"
android:persistent="true"
android:disableDependentsState="true"
+ android:defaultValue="true"
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" />
|