diff options
| author | 2022-02-04 01:21:02 +0000 | |
|---|---|---|
| committer | 2022-02-04 01:21:02 +0000 | |
| commit | 8563bb2bd32b55d36d15c8aa3f05f0da1750f884 (patch) | |
| tree | ff69be11a1fa7a06dc4b98422d9288b75347cd3d | |
| parent | 9d9268e635310b61fe52af753ff8dbc57484dfd6 (diff) | |
Revert "Allow Shell to access MANAGE_GAME_ACTIVITY."
This reverts commit 9d9268e635310b61fe52af753ff8dbc57484dfd6.
Reason for revert: DroidMonitor: Potential culprit for Bug b/217792792 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.
Change-Id: I8f0f469a8fd83b8096e2d2c595a588a762443a88
| -rw-r--r-- | packages/Shell/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 33eefeb79878..ca90fbedd4e0 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -567,7 +567,6 @@ <!-- 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" /> |