diff options
| author | 2022-02-02 23:50:11 +0000 | |
|---|---|---|
| committer | 2022-02-02 23:51:35 +0000 | |
| commit | 9d9268e635310b61fe52af753ff8dbc57484dfd6 (patch) | |
| tree | a8900b57233f978401496e6127774ab19f86dad2 | |
| parent | d3bffe32840e58c295e58feaad2339e4feeca454 (diff) | |
Allow Shell to access MANAGE_GAME_ACTIVITY.
Allow Shell to have MANAGE_GAME_ACTIVITY permission in order to run CTS.
Bug: b/202414447
Test: atest GameServiceTest
Ignore-AOSP-First: not-yet-published new permission.
Change-Id: I595c3b36c79c08b6c4092b6eb3fad8f704a11d65
| -rw-r--r-- | packages/Shell/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index ca90fbedd4e0..33eefeb79878 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -567,6 +567,7 @@ <!-- Permission required for CTS test - CtsGameServiceTestCases --> <uses-permission android:name="android.permission.SET_GAME_SERVICE" /> + <uses-permission android:name="android.permission.MANAGE_GAME_ACTIVITY" /> <!-- Permission required for CTS test - ClipboardManagerTest --> <uses-permission android:name="android.permission.SET_CLIP_SOURCE" /> |