summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/radio_preferences.xml
blob: c173db7edeee705acd321b822ad6d296001bf5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- Hspa modes -->
    <com.cyanogenmod.settings.device.Hspa
                android:key="hspa"
                android:title="@string/hspa_title_head"
                android:summary="@string/hspa_summary_head"
                android:entries="@array/hspa_entries"
                        android:entryValues="@array/hspa_entries_values"
                        android:defaultValue="23" />

</PreferenceScreen>