From 9999ad20dfc2174f8c1431c93cf46ce0edd30aeb Mon Sep 17 00:00:00 2001 From: TK MUN Date: Sat, 12 Mar 2011 08:59:43 +0900 Subject: DO NOT MERGE Support WiMAX Settings & ticker message Change to save UI setting value Add new Icons for ticker message Change-Id: I3294f40c9853311f74877e197675f48bf271d468 --- core/java/android/provider/Settings.java | 14 ++++++++++++++ .../drawable-hdpi/stat_sys_data_fully_inandout_4g.png | Bin 0 -> 1767 bytes core/res/res/drawable-hdpi/stat_sys_data_inandout_4g.png | Bin 0 -> 1817 bytes .../drawable-mdpi/stat_sys_data_fully_inandout_4g.png | Bin 0 -> 1444 bytes core/res/res/drawable-mdpi/stat_sys_data_inandout_4g.png | Bin 0 -> 1468 bytes 5 files changed, 14 insertions(+) create mode 100644 core/res/res/drawable-hdpi/stat_sys_data_fully_inandout_4g.png create mode 100644 core/res/res/drawable-hdpi/stat_sys_data_inandout_4g.png create mode 100644 core/res/res/drawable-mdpi/stat_sys_data_fully_inandout_4g.png create mode 100644 core/res/res/drawable-mdpi/stat_sys_data_inandout_4g.png diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 02c90b4..0ff1976 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2565,6 +2565,14 @@ public final class Settings { "wifi_networks_available_repeat_delay"; /** + * Whether to nofity the user of WiMAX network. + * If WiMAX is connected or disconnected, we will put this notification up. + * @hide + */ + public static final String WIMAX_NETWORKS_AVAILABLE_NOTIFICATION_ON = + "wimax_networks_available_notification_on"; + + /** * The number of radio channels that are allowed in the local * 802.11 regulatory domain. * @hide @@ -2701,6 +2709,12 @@ public final class Settings { "wifi_mobile_data_transition_wakelock_timeout_ms"; /** + * Whether the Wimax should be on. Only the WiMAX service should touch this. + * @hide + */ + public static final String WIMAX_ON = "wimax_on"; + + /** * Whether background data usage is allowed by the user. See * ConnectivityManager for more info. */ diff --git a/core/res/res/drawable-hdpi/stat_sys_data_fully_inandout_4g.png b/core/res/res/drawable-hdpi/stat_sys_data_fully_inandout_4g.png new file mode 100644 index 0000000..4ff7db3 Binary files /dev/null and b/core/res/res/drawable-hdpi/stat_sys_data_fully_inandout_4g.png differ diff --git a/core/res/res/drawable-hdpi/stat_sys_data_inandout_4g.png b/core/res/res/drawable-hdpi/stat_sys_data_inandout_4g.png new file mode 100644 index 0000000..c5edf2c Binary files /dev/null and b/core/res/res/drawable-hdpi/stat_sys_data_inandout_4g.png differ diff --git a/core/res/res/drawable-mdpi/stat_sys_data_fully_inandout_4g.png b/core/res/res/drawable-mdpi/stat_sys_data_fully_inandout_4g.png new file mode 100644 index 0000000..de8c5ee Binary files /dev/null and b/core/res/res/drawable-mdpi/stat_sys_data_fully_inandout_4g.png differ diff --git a/core/res/res/drawable-mdpi/stat_sys_data_inandout_4g.png b/core/res/res/drawable-mdpi/stat_sys_data_inandout_4g.png new file mode 100644 index 0000000..f407bc9 Binary files /dev/null and b/core/res/res/drawable-mdpi/stat_sys_data_inandout_4g.png differ -- cgit v1.1