aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-08-18 22:12:59 +0200
committerSamuel Tardieu <sam@rfc1149.net>2014-08-18 22:19:56 +0200
commitf0bec329b8224d64d249254d5e352d9107051969 (patch)
tree7f6de29a7fb9ccb08306ff8623b222cecdd94933 /main/res/xml
parentc5415a09c1f3e48c5c2a8696f733f418454b19fd (diff)
downloadcgeo-f0bec329b8224d64d249254d5e352d9107051969.zip
cgeo-f0bec329b8224d64d249254d5e352d9107051969.tar.gz
cgeo-f0bec329b8224d64d249254d5e352d9107051969.tar.bz2
Make low-power mode optional
Diffstat (limited to 'main/res/xml')
-rw-r--r--main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index 6d7f546..54b3353 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -749,10 +749,15 @@
<cgeo.geocaching.settings.TextPreference
android:layout="@layout/text_preference"
android:text="@string/init_location_note" />
+
<CheckBoxPreference
android:defaultValue="true"
android:key="@string/pref_googleplayservices"
android:title="@string/init_location_googleplayservices" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="@string/pref_lowpowermode"
+ android:title="@string/init_location_lowpower" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/init_debug_title" >
<cgeo.geocaching.settings.TextPreference