summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2015-05-27 21:41:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-27 21:41:31 +0000
commitb2849d9a20ac080c1b29a3b54a1d636080faccc3 (patch)
tree1c2d0555ce5c2fd9b8cb2ac2db720fcdbab8dab5
parent60bf94e3bef8da0adb4f42043770cef7a608d07d (diff)
parent59ffbc46f3274b7178d4c41f0060522e38152c28 (diff)
downloadframeworks_base-b2849d9a20ac080c1b29a3b54a1d636080faccc3.zip
frameworks_base-b2849d9a20ac080c1b29a3b54a1d636080faccc3.tar.gz
frameworks_base-b2849d9a20ac080c1b29a3b54a1d636080faccc3.tar.bz2
Merge "Allow priv apps to get local mac address" into mnc-dev
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 4f451c7..57a2ede 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2451,7 +2451,7 @@
<!-- Allows applications to act as network scorers. @hide @SystemApi-->
<permission android:name="android.permission.LOCAL_MAC_ADDRESS"
- android:protectionLevel="signature" />
+ android:protectionLevel="signatureOrSystem" />
<!-- The system process is explicitly the only one allowed to launch the
confirmation UI for full backup/restore -->