]> www.average.org Git - WhereAmI.git/blobdiff - res/xml/preferences.xml
Stay alive unless closed from menu
[WhereAmI.git] / res / xml / preferences.xml
index 5d9eece5ea46ea92b980d961ba8829c66715e3e1..51800dac3f08e7cf887e697b3bb80b52135c6120 100644 (file)
@@ -1,11 +1,23 @@
-<PreferenceScreen
-  xmlns:android="http://schemas.android.com/apk/res/android">
+<?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"
       android:summary="@string/fullscreensummary"
       android:defaultValue="false"
     />
+    <CheckBoxPreference
+      android:key="managewifi"
+      android:title="@string/managewifititle"
+      android:summary="@string/managewifisummary"
+      android:defaultValue="false"
+    />
     <ListPreference
       android:key="updateperiod"
       android:title="@string/updatetitle"
       android:entries="@array/updatenames"
       android:entryValues="@array/updatevals"
     />
+    <EditTextPreference
+      android:key="calendar_name"
+      android:title="@string/calnametitle"
+      android:summary="@string/calnamesummary"
+      android:defaultValue="Call Log"
+    />
+    <EditTextPreference
+      android:key="peer_name"
+      android:title="@string/eventseltitle"
+      android:summary="@string/eventselsummary"
+      android:defaultValue="Call"
+    />
 </PreferenceScreen>