summaryrefslogtreecommitdiff
path: root/android/sdremote/res/xml/preferences.xml
blob: ad7b1b32775894d1e22e39fd6e4dad56bfb96784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

    <!-- <SwitchPreference android:defaultValue="false" android:title="@string/options_autodecline" android:key="option_autodecline"/> -->
    <CheckBoxPreference
        android:defaultValue="false"
        android:key="option_volumeswitching"
        android:summary="@string/options_volumeswitching_descripton"
        android:title="@string/options_volumeswitching" />

    <CheckBoxPreference
        android:defaultValue="false"
        android:key="option_enablewifi"
        android:summary="@string/options_enablewifi_descripton"
        android:title="@string/options_enablewifi" />

    <Preference
        android:key="option_switchcomputer"
        android:title="@string/options_switchcomputer" />

</PreferenceScreen>