From 77e6f5ff3ef505d5c659e074413135314e8ceed5 Mon Sep 17 00:00:00 2001 From: Joanne Chung Date: Mon, 19 Aug 2019 14:48:05 +0800 Subject: [PATCH] Change permissionLevel of ACCESS_SHORTCUTS and UNLIMITED_SHORTCUTS_API_CALLS ACCESS_SHORTCUTS and UNLIMITED_SHORTCUTS_API_CALLS should be granted to an app predictor rather than a text classifier. Bug: 139523153 Test: atest CtsPermission2TestCases Change-Id: I12360b5d5ba3c75bb2dfffd86bd6069b75fbdb53 (cherry picked from commit b6a7851271184b2177a2c5f70163d2691ca26a06) --- core/res/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index aa5141d98cc35..5778d02737b92 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4467,12 +4467,12 @@ + android:protectionLevel="signature|appPredictor" /> + android:protectionLevel="signature|appPredictor" />