summaryrefslogtreecommitdiff
path: root/packages/Shell
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2020-02-11 21:55:09 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-02-11 21:55:09 +0000
commit668daf03416525dbcd96f2a06b2fd5dccb7cec13 (patch)
tree5a27b3d9a884c74bc36c844cecf9adf8f68bd2c1 /packages/Shell
parentcb47d8615838dcbda63e30df9d3b88414a87b7d2 (diff)
parent9be54b5b67585724228fbaa5340302d718484b79 (diff)
Merge "Give CONTROL_DEVICE_LIGHTS permission to the shell"
Diffstat (limited to 'packages/Shell')
-rw-r--r--packages/Shell/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 0ffbe80d4ab3..57821c58f768 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -236,6 +236,9 @@
<!-- Permission needed to test mainline permission module rollback -->
<uses-permission android:name="android.permission.UPGRADE_RUNTIME_PERMISSIONS" />
+ <!-- Permission required for CTS test - CtsLightsManagerTest -->
+ <uses-permission android:name="android.permission.CONTROL_DEVICE_LIGHTS" />
+
<application android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:defaultToDeviceProtectedStorage="true"