summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeremy Joslin <jjoslin@google.com> 2017-01-09 21:09:09 +0000
committer android-build-merger <android-build-merger@google.com> 2017-01-09 21:09:09 +0000
commit542f9064481551a54b9a07dd8b7196a98cae21f0 (patch)
tree5e77d4942149eebb2f1a3df8b5094b3b26ef3c30
parentf91d9debefd6864764d0f9b9a911af1f65826c0b (diff)
parent99b73c61f2828ceac460349b664146cfb1ca5e91 (diff)
Merge "Make REQUEST_NETWORK_SCORES signature only." am: 1f89f3d1da
am: 99b73c61f2 Change-Id: I5959ba9a45dd3c895421b131fd34db6b37c6e405
-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 1e1e371c4a9e..3c3aac580d04 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1238,7 +1238,7 @@
recommendations and scores from the NetworkScoreService.
<p>Not for use by third-party applications. @hide -->
<permission android:name="android.permission.REQUEST_NETWORK_SCORES"
- android:protectionLevel="signature|privileged" />
+ android:protectionLevel="signature" />
<!-- ======================================= -->
<!-- Permissions for short range, peripheral networks -->