aboutsummaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/radio_preferences.xml
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-02-04 17:01:15 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-02-08 16:31:33 +0000
commit5c27960bc1122f9235f5395b8f7bcc5382389ea8 (patch)
tree6d0eb5a46364b4a8157022edc2379d88795e8ec8 /DeviceSettings/res/xml/radio_preferences.xml
downloaddevice_samsung_i9305-5c27960bc1122f9235f5395b8f7bcc5382389ea8.zip
device_samsung_i9305-5c27960bc1122f9235f5395b8f7bcc5382389ea8.tar.gz
device_samsung_i9305-5c27960bc1122f9235f5395b8f7bcc5382389ea8.tar.bz2
initial commit
Diffstat (limited to 'DeviceSettings/res/xml/radio_preferences.xml')
-rw-r--r--DeviceSettings/res/xml/radio_preferences.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/DeviceSettings/res/xml/radio_preferences.xml b/DeviceSettings/res/xml/radio_preferences.xml
new file mode 100644
index 0000000..c173db7
--- /dev/null
+++ b/DeviceSettings/res/xml/radio_preferences.xml
@@ -0,0 +1,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>