]> www.average.org Git - WhereAmI.git/blob - res/xml/preferences.xml
make wifi management configurable
[WhereAmI.git] / res / xml / preferences.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3     <CheckBoxPreference
4       android:key="fullscreen"
5       android:title="@string/fullscreentitle"
6       android:summary="@string/fullscreensummary"
7       android:defaultValue="false"
8     />
9     <CheckBoxPreference
10       android:key="managewifi"
11       android:title="@string/managewifititle"
12       android:summary="@string/managewifisummary"
13       android:defaultValue="false"
14     />
15     <ListPreference
16       android:key="updateperiod"
17       android:title="@string/updatetitle"
18       android:summary="@string/updatesummary"
19       android:defaultValue="120000"
20       android:entries="@array/updatenames"
21       android:entryValues="@array/updatevals"
22     />
23 </PreferenceScreen>