diff options
| author | 2017-01-09 20:51:33 +0000 | |
|---|---|---|
| committer | 2017-01-09 20:51:34 +0000 | |
| commit | 1f89f3d1da58f3fae8ad36d7b16945754cfe67b5 (patch) | |
| tree | 1159eccabd19a6caa21642e9f83685a33133dad4 | |
| parent | 4c456d7ddf206c07bb4d0768df1d3ac123e53028 (diff) | |
| parent | 85fcf96e997216fa710f00b4a03ae3b5d8c01089 (diff) | |
Merge "Make REQUEST_NETWORK_SCORES signature only."
| -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 --> |