diff options
author | Chelsea Derrick <chelsead@google.com> | 2014-08-07 18:53:04 +0000 |
---|---|---|
committer | Chelsea Derrick <chelsead@google.com> | 2014-08-11 12:51:18 -0700 |
commit | c216c473eb50e16ab6c6361bd0c9232d5bfaeb39 (patch) | |
tree | 8e14c21050d7ad507a381cebc1389f502d8fdf73 /wifi/java/android/net | |
parent | c55dd2bc042a78e7dac8b9d1a4bb4b51c141a512 (diff) | |
download | frameworks_base-c216c473eb50e16ab6c6361bd0c9232d5bfaeb39.zip frameworks_base-c216c473eb50e16ab6c6361bd0c9232d5bfaeb39.tar.gz frameworks_base-c216c473eb50e16ab6c6361bd0c9232d5bfaeb39.tar.bz2 |
Revert "Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE]"
This reverts commit 41158d90a69cae2a9c4ced0e04f235e8cfef5259.
Bug: 16871063
Change-Id: I93623be92f2de41789b16827867f3f95bf0480c5
Diffstat (limited to 'wifi/java/android/net')
-rw-r--r-- | wifi/java/android/net/wifi/WifiManager.java | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java index 1ca54bc..e27bd7e 100644 --- a/wifi/java/android/net/wifi/WifiManager.java +++ b/wifi/java/android/net/wifi/WifiManager.java @@ -86,28 +86,6 @@ public class WifiManager { public static final String EXTRA_SCAN_AVAILABLE = "scan_enabled"; /** - * Broadcast intent action indicating that the credential of a Wi-Fi network - * has been changed. One extra provides the ssid of the network. Another - * extra provides the event type, whether the credential is saved or forgot. - * @hide - */ - @SystemApi - public static final String WIFI_CREDENTIAL_CHANGED_ACTION = - "android.net.wifi.WIFI_CREDENTIAL_CHANGED"; - /** @hide */ - @SystemApi - public static final String EXTRA_WIFI_CREDENTIAL_EVENT_TYPE = "et"; - /** @hide */ - @SystemApi - public static final String EXTRA_WIFI_CREDENTIAL_SSID = "ssid"; - /** @hide */ - @SystemApi - public static final int WIFI_CREDENTIAL_SAVED = 0; - /** @hide */ - @SystemApi - public static final int WIFI_CREDENTIAL_FORGOT = 1; - - /** * Broadcast intent action indicating that Wi-Fi has been enabled, disabled, * enabling, disabling, or unknown. One extra provides this state as an int. * Another extra provides the previous state, if available. |