summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authortk.mun <tk.mun@samsung.com>2011-10-13 22:56:18 +0900
committerRobert Greenwalt <rgreenwalt@google.com>2011-11-07 17:16:18 -0800
commit7c5c16565eccde0b98f7ad08a0f06ff51e8e90ce (patch)
tree322b51b49d54cb6d0e02c9fb0ebc205eb393763c /res/xml
parent815c7a042d58a3e21f71603bfb972a31a79addca (diff)
downloadpackages_apps_Settings-7c5c16565eccde0b98f7ad08a0f06ff51e8e90ce.zip
packages_apps_Settings-7c5c16565eccde0b98f7ad08a0f06ff51e8e90ce.tar.gz
packages_apps_Settings-7c5c16565eccde0b98f7ad08a0f06ff51e8e90ce.tar.bz2
Wimax : 4G settings menu and 4G MAC address.
1. Show the 4G menu. 2. Show the 4G MAC address 3. Execute 4G setting apk. Change-Id: I14adc4775d35afe3398ddba4fd91c739011a06fa Signed-off-by: tk.mun <tk.mun@samsung.com> bug:5486930
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/device_info_status.xml6
-rw-r--r--res/xml/wireless_settings.xml10
2 files changed, 15 insertions, 1 deletions
diff --git a/res/xml/device_info_status.xml b/res/xml/device_info_status.xml
index 19e22f4..aaa90a9 100644
--- a/res/xml/device_info_status.xml
+++ b/res/xml/device_info_status.xml
@@ -120,5 +120,9 @@
android:title="@string/status_up_time"
android:summary="@string/device_info_not_available"
android:persistent="false" />
-
+ <Preference android:key="wimax_mac_address"
+ style="?android:attr/preferenceInformationStyle"
+ android:title="@string/status_wimax_mac_address"
+ android:summary="@string/device_info_not_available"
+ android:persistent="false" />
</PreferenceScreen>
diff --git a/res/xml/wireless_settings.xml b/res/xml/wireless_settings.xml
index 134461d..20ffd8e 100644
--- a/res/xml/wireless_settings.xml
+++ b/res/xml/wireless_settings.xml
@@ -33,6 +33,16 @@
android:key="tether_settings"
android:title="@string/tether_settings_title_all" />
+ <PreferenceScreen
+ android:key="wimax_settings"
+ android:title="@string/wimax_settings"
+ android:summary="@string/wimax_settings_summary" >
+ <intent
+ android:action="android.intent.action.MAIN"
+ android:targetPackage="com.android.settings.wimax"
+ android:targetClass="com.android.settings.wimax.WimaxSettings" />
+ </PreferenceScreen>
+
<CheckBoxPreference
android:key="toggle_nfc"
android:title="@string/nfc_quick_toggle_title"