From 9b27ef20e53b4e7c55f2bb23289d59f749f662d8 Mon Sep 17 00:00:00 2001 From: Erin Yan Date: Mon, 6 Dec 2021 15:32:50 -0800 Subject: [PATCH] Add permissions to shell to enable testing Adding MANAGE_WEAK_ESCROW_TOKEN and to Shell so the API can be called from tests. Bug: 209632699 Test: Builds, boots. atest WeakEscrowTokenAutoFeatureTest Ignore-AOSP-First: brand new permissions Change-Id: If0a157903c605347a5b26625a735433caf27bcb1 --- data/etc/privapp-permissions-platform.xml | 1 + packages/Shell/AndroidManifest.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 81db63eaa039d..fa74590f8d6f2 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -388,6 +388,7 @@ applications that come with the platform + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 23c53a1b624b4..f63cc07c9c01c 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -330,6 +330,9 @@ + + +