From e94304f74548cd36f9c93aef25a595a328b3c6db Mon Sep 17 00:00:00 2001 From: Ashwini Oruganti Date: Tue, 10 Mar 2020 15:39:21 -0700 Subject: [PATCH] PrintRecommendationService: Add an exported flag in manifest With b/150232615, we will need an explicit value set for the exported flag when intent filters are present, as the default behavior is changing for S+. This change adds the value reflecting the previous default to the manifest. Bug: 150232615 Test: TH Change-Id: I392c0982d0db69d2eddafcc616b5a9d7c14a6ae9 --- packages/PrintRecommendationService/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/PrintRecommendationService/AndroidManifest.xml b/packages/PrintRecommendationService/AndroidManifest.xml index 8db1bf4c18e3c..4e0c6bf48d6a7 100644 --- a/packages/PrintRecommendationService/AndroidManifest.xml +++ b/packages/PrintRecommendationService/AndroidManifest.xml @@ -31,7 +31,8 @@ + android:permission="android.permission.BIND_PRINT_RECOMMENDATION_SERVICE" + android:exported="true">