summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/radio_preferences.xml
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 11:51:32 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 11:51:32 +0200
commit96000dbbfb24df181b87e284ae27a8eea8d40fb8 (patch)
treee06512124bba69d30a338b13879e68bb224766f9 /DeviceSettings/res/xml/radio_preferences.xml
parent98d17e577a0bb91f291e67d8f4465e6987f06b2d (diff)
downloaddevice_samsung_i9300-96000dbbfb24df181b87e284ae27a8eea8d40fb8.zip
device_samsung_i9300-96000dbbfb24df181b87e284ae27a8eea8d40fb8.tar.gz
device_samsung_i9300-96000dbbfb24df181b87e284ae27a8eea8d40fb8.tar.bz2
i9300: move advanced settings to common
Change-Id: Icce502a25b33a13448de371c09eb80b7ce2c447c
Diffstat (limited to 'DeviceSettings/res/xml/radio_preferences.xml')
-rw-r--r--DeviceSettings/res/xml/radio_preferences.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/DeviceSettings/res/xml/radio_preferences.xml b/DeviceSettings/res/xml/radio_preferences.xml
deleted file mode 100644
index c173db7..0000000
--- a/DeviceSettings/res/xml/radio_preferences.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>