From 3d12a05f52f33e894dc85170959250322cdbb656 Mon Sep 17 00:00:00 2001 From: Sundeep Ghuman Date: Fri, 20 Jan 2017 10:32:18 -0800 Subject: [PATCH] Allow REQUEST_NETWORK_SCORES to be used by SetupWizard. Bug:34479801 Test: Built system and setup wizard and tested. Change-Id: I4fcc3d1f56f78cfb0deaf13d0eccae97dac4ffa2 --- 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 7f25cf3546398..14c466b7fa466 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1269,7 +1269,7 @@ recommendations and scores from the NetworkScoreService.

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