diff options
| author | 2017-01-06 14:38:57 -0800 | |
|---|---|---|
| committer | 2017-01-09 11:31:21 -0800 | |
| commit | 85fcf96e997216fa710f00b4a03ae3b5d8c01089 (patch) | |
| tree | 60d4f01eb73dd5a06d0bb9037fc9f0be75624aa3 | |
| parent | cf3a4a68bddd5dbca05595a29e0ba3b13d809cb4 (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: Ia63a86eca1f60644d25f037d395a08c541a06a08
Merged-In: Iae689e878fdb60b506536c918079a4fcff527a71
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 7cf11d4ec5b2..048214a1dc0f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1236,7 +1236,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 --> |