summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2015-05-12 19:13:36 -0700
committerSvetoslav <svetoslavganov@google.com>2015-05-18 15:14:24 -0700
commit408abf7f1bec3253675d0225300d7ee39481d286 (patch)
tree53eabf6d9576627fb8afebc3f70c6adfc1745a2a /api/system-current.txt
parentbeda8613ad7bc01affa17857faed04d9589db34c (diff)
downloadframeworks_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.txt1
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";