summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/xml/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AriesParts/res/xml/main.xml')
-rw-r--r--AriesParts/res/xml/main.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
index 68938f4..e74b599 100644
--- a/AriesParts/res/xml/main.xml
+++ b/AriesParts/res/xml/main.xml
@@ -22,4 +22,15 @@
android:defaultValue="1600" />
</PreferenceCategory>
+ <PreferenceCategory
+ android:title="@string/category_radio_title">
+ <!-- UMTS/HSDPA/HSUPA settings -->
+ <ListPreference
+ 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" />
+ </PreferenceCategory>
</PreferenceScreen>