diff options
| author | Irfan Sheriff <isheriff@google.com> | 2011-05-11 09:15:48 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-05-11 09:15:48 -0700 |
| commit | 8dd85f80ba9c463f5616b47eceb620fe21203f4f (patch) | |
| tree | 8c911a2d25b6a75e039b4f30adaa623a5767cb35 /core/java/android | |
| parent | 4d53cb02168fe35104d7e644dd9b3efd8ca4c91b (diff) | |
| parent | 97b4cf783f72d3597da037fea25f842aa0bb1776 (diff) | |
Merge "Move Wifi Ap configuration to flat file" into gingerbread
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Settings.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 0ff197606906..741dddd89ca8 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2600,27 +2600,6 @@ public final class Settings { public static final String WIFI_SAVED_STATE = "wifi_saved_state"; /** - * AP SSID - * - * @hide - */ - public static final String WIFI_AP_SSID = "wifi_ap_ssid"; - - /** - * AP security - * - * @hide - */ - public static final String WIFI_AP_SECURITY = "wifi_ap_security"; - - /** - * AP passphrase - * - * @hide - */ - public static final String WIFI_AP_PASSWD = "wifi_ap_passwd"; - - /** * The acceptable packet loss percentage (range 0 - 100) before trying * another AP on the same network. */ |
