From 7c5c16565eccde0b98f7ad08a0f06ff51e8e90ce Mon Sep 17 00:00:00 2001 From: "tk.mun" Date: Thu, 13 Oct 2011 22:56:18 +0900 Subject: [PATCH] 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 bug:5486930 --- AndroidManifest.xml | 2 ++ res/values/bools.xml | 3 +++ res/values/config.xml | 3 +++ res/values/strings.xml | 8 +++++++ res/xml/device_info_status.xml | 6 +++++- res/xml/wireless_settings.xml | 10 +++++++++ .../android/settings/WirelessSettings.java | 15 +++++++++++++ .../android/settings/deviceinfo/Status.java | 21 ++++++++++++++++++- 8 files changed, 66 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6a17bb95512..485e4ed2aa7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -25,6 +25,8 @@ + + diff --git a/res/values/bools.xml b/res/values/bools.xml index a7e6ac8345c..278859bab99 100644 --- a/res/values/bools.xml +++ b/res/values/bools.xml @@ -22,4 +22,7 @@ true + + + false diff --git a/res/values/config.xml b/res/values/config.xml index 4b08c428375..4119b6a06ae 100755 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -19,4 +19,7 @@ false + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index f9e9c896294..2ed1f13440a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3431,6 +3431,9 @@ found in the list of installed apps. Sync for this item is currently disabled. To change this setting, temporarily turn on background data and automatic sync. + 4G settings + Set up & manage 4G network and modem + 4G MAC address Type password to decrypt storage @@ -3764,4 +3767,9 @@ found in the list of installed apps. %d%% + + Additional system updates + diff --git a/res/xml/device_info_status.xml b/res/xml/device_info_status.xml index 19e22f43822..aaa90a92032 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" /> - + diff --git a/res/xml/wireless_settings.xml b/res/xml/wireless_settings.xml index 134461dec75..20ffd8eb7d1 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" /> + + + +