]> www.average.org Git - WhereAmI.git/blobdiff - res/xml/preferences.xml
Stay alive unless closed from menu
[WhereAmI.git] / res / xml / preferences.xml
index bb3c0548f2c2100a394d9318d58f01a1dbadfb76..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"
       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>