summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2013-05-13 11:32:31 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2013-05-13 11:32:31 -0700
commitaee3d28763230e54d9ce250c17744858e79bf798 (patch)
treed3e435ece282b2697ee6ddebb5bc456b586078d8 /core
parent9e2632037d3a683d2513e5e38437e00102a3076d (diff)
downloadframeworks_base-aee3d28763230e54d9ce250c17744858e79bf798.zip
frameworks_base-aee3d28763230e54d9ce250c17744858e79bf798.tar.gz
frameworks_base-aee3d28763230e54d9ce250c17744858e79bf798.tar.bz2
Remove wifi scan-always dialog.
Removes intent type for dialog and Setting on whether to show dialog. bug:8907190 Change-Id: Id37e03126d4afdfd7d921132a57233b84603c8bd
Diffstat (limited to 'core')
-rw-r--r--core/java/android/provider/Settings.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 38fb51b..2725f6a 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -4842,14 +4842,6 @@ public final class Settings {
"wifi_scan_always_enabled";
/**
- * Setting to indicate whether the user should be notified that scans are still
- * available when Wi-Fi is turned off
- * @hide
- */
- public static final String WIFI_NOTIFY_SCAN_ALWAYS_AVAILABLE =
- "wifi_notify_scan_always_enabled";
-
- /**
* Used to save the Wifi_ON state prior to tethering.
* This state will be checked to restore Wifi after
* the user turns off tethering.