summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-05-08 23:02:02 -0700
committerIrfan Sheriff <isheriff@google.com>2011-05-09 22:46:55 -0700
commit97b4cf783f72d3597da037fea25f842aa0bb1776 (patch)
tree4e55ee3798a5d2ee86742bca46e527d149c55642 /core/java
parent4ec33c2aad59b2a745ee891c9b7246b9533d95e0 (diff)
Move Wifi Ap configuration to flat file
Secure settings are accessible by applications without permissions. Move to a system-only accessible file Bug: 4391796 Change-Id: I5448943d26cccce39dd4f32423c68dad4bbf50ad
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/provider/Settings.java21
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.
*/