From 136a2e7fc94098f762cd3d9bd092b4c4d5bf4c70 Mon Sep 17 00:00:00 2001 From: Fyodor Kupolov Date: Mon, 27 Jul 2015 12:20:18 -0700 Subject: Introduced android.permission.PEERS_MAC_ADDRESS permission Introduced signature-level permission android.permission.PEERS_MAC_ADDRESS. It allows access to MAC addresses of WiFi and Bluetooth peer devices, without having location permission or even if location is turned off. Bug: 21852542 Bug: 22728628 Change-Id: If0ff80636e57b38dbedc8fcf5f520a3a6d6f734e --- api/system-current.txt | 1 + core/res/AndroidManifest.xml | 12 ++++++++---- packages/SystemUI/AndroidManifest.xml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/api/system-current.txt b/api/system-current.txt index a08a0114c5eb..e67c13c25590 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -141,6 +141,7 @@ package android { field public static final java.lang.String OVERRIDE_WIFI_CONFIG = "android.permission.OVERRIDE_WIFI_CONFIG"; field public static final java.lang.String PACKAGE_USAGE_STATS = "android.permission.PACKAGE_USAGE_STATS"; field public static final java.lang.String PACKAGE_VERIFICATION_AGENT = "android.permission.PACKAGE_VERIFICATION_AGENT"; + field public static final java.lang.String PEERS_MAC_ADDRESS = "android.permission.PEERS_MAC_ADDRESS"; field public static final java.lang.String PERFORM_CDMA_PROVISIONING = "android.permission.PERFORM_CDMA_PROVISIONING"; field public static final java.lang.String PERFORM_SIM_ACTIVATION = "android.permission.PERFORM_SIM_ACTIVATION"; field public static final deprecated java.lang.String PERSISTENT_ACTIVITY = "android.permission.PERSISTENT_ACTIVITY"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 3e22e0925021..f9cdd72fad93 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -960,9 +960,7 @@ android:label="@string/permlab_changeWimaxState" android:protectionLevel="normal" /> - + @@ -2582,10 +2580,16 @@ - + + + + -- cgit v1.2.3-59-g8ed1b