From 456f7f603371e82bcc3d153e5aed56f7b7c59b18 Mon Sep 17 00:00:00 2001 From: Joanne Chung Date: Mon, 17 Feb 2020 22:15:10 +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 Bug: 148921732 Test: atest CtsPermission2TestCases (cherry picked from commit I12360b5d5ba3c75bb2dfffd86bd6069b75fbdb53) Change-Id: I2f5fcc055e3e44b70d5958ac3b29272d34ab791a --- 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 0a2c59f765f39..3b5739f1ff507 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4571,12 +4571,12 @@ + android:protectionLevel="signature|appPredictor" /> + android:protectionLevel="signature|appPredictor" />