From 85fcf96e997216fa710f00b4a03ae3b5d8c01089 Mon Sep 17 00:00:00 2001 From: Jeremy Joslin Date: Fri, 6 Jan 2017 14:38:57 -0800 Subject: [PATCH] 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 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 7cf11d4ec5b29..048214a1dc0f1 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1236,7 +1236,7 @@ recommendations and scores from the NetworkScoreService.

Not for use by third-party applications. @hide --> + android:protectionLevel="signature" />