]> www.average.org Git - WhereAmI.git/blobdiff - res/xml/preferences.xml
implement autostart on boot
[WhereAmI.git] / res / xml / preferences.xml
index a74d5b4a4548fe107284209aeef16d881103e611..51800dac3f08e7cf887e697b3bb80b52135c6120 100644 (file)
@@ -1,5 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+    <CheckBoxPreference
+      android:key="autostart"
+      android:title="@string/autostarttitle"
+      android:summary="@string/autostartsummary"
+      android:defaultValue="false"
+    />
     <CheckBoxPreference
       android:key="fullscreen"
       android:title="@string/fullscreentitle"