summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeremy Joslin <jjoslin@google.com> 2017-01-06 14:38:57 -0800
committer Jeremy Joslin <jjoslin@google.com> 2017-01-06 14:38:57 -0800
commit302d02b95b151e32798f62d1f24ae3d6cb47b897 (patch)
tree833dea636ac3f4da89d506c8d3751feffec9c160
parent51d34bf06aa67ab5b29c5541e777505ad37907d0 (diff)
Make REQUEST_NETWORK_SCORES signature only.
There are no use cases where it's needed by a privileged app today. Test: Built and ran BUG: 33752149 Change-Id: Iae689e878fdb60b506536c918079a4fcff527a71
-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 4b4fd846df08..a77a9cdf34fc 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1259,7 +1259,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 -->