summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/radio_preferences.xml
diff options
context:
space:
mode:
authornebkat <nebkat@teamhacksung.org>2012-11-10 10:36:07 +0000
committerNebojsa Cvetkovic <nebkat@nebkat-XPS-8500.(none)>2012-11-10 15:30:46 +0000
commitee1a83994c279d846ba36a42c6d3b86fcf4a4538 (patch)
tree98ee758594e168e70e79202807683808c68865ba /DeviceSettings/res/xml/radio_preferences.xml
downloaddevice_samsung_smdk4412-common-ee1a83994c279d846ba36a42c6d3b86fcf4a4538.zip
device_samsung_smdk4412-common-ee1a83994c279d846ba36a42c6d3b86fcf4a4538.tar.gz
device_samsung_smdk4412-common-ee1a83994c279d846ba36a42c6d3b86fcf4a4538.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>