diff options
| author | Svet Ganov <svetoslavganov@google.com> | 2015-05-12 19:13:36 -0700 |
|---|---|---|
| committer | Svetoslav <svetoslavganov@google.com> | 2015-05-18 15:14:24 -0700 |
| commit | 408abf7f1bec3253675d0225300d7ee39481d286 (patch) | |
| tree | 53eabf6d9576627fb8afebc3f70c6adfc1745a2a /api/system-current.txt | |
| parent | beda8613ad7bc01affa17857faed04d9589db34c (diff) | |
| download | frameworks_base-408abf7f1bec3253675d0225300d7ee39481d286.zip frameworks_base-408abf7f1bec3253675d0225300d7ee39481d286.tar.gz frameworks_base-408abf7f1bec3253675d0225300d7ee39481d286.tar.bz2 | |
Do not report WiFi and Bluetooth MAC addresses - framework.
As a part of the new runtime permissions work we are limiting
the PII apps can access. BT and WiFi MAC addresses are PII and
based on our research there is no valid use case for app dev
to get these addresses aside of user tracking which we are
trying to limit.
bug:21078858
Change-Id: Ib48223b272c0fd4f5c36acc889d4f44df204b309
Diffstat (limited to 'api/system-current.txt')
| -rw-r--r-- | api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 351ec8e..111a9b9 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -111,6 +111,7 @@ package android { field public static final java.lang.String INVOKE_CARRIER_SETUP = "android.permission.INVOKE_CARRIER_SETUP"; field public static final java.lang.String KILL_BACKGROUND_PROCESSES = "android.permission.KILL_BACKGROUND_PROCESSES"; field public static final java.lang.String KILL_UID = "android.permission.KILL_UID"; + field public static final java.lang.String LOCAL_MAC_ADDRESS = "android.permission.LOCAL_MAC_ADDRESS"; field public static final java.lang.String LOCATION_HARDWARE = "android.permission.LOCATION_HARDWARE"; field public static final java.lang.String LOOP_RADIO = "android.permission.LOOP_RADIO"; field public static final java.lang.String MANAGE_ACCOUNTS = "android.permission.MANAGE_ACCOUNTS"; |
