diff options
author | Marvin Ramin <marvinramin@google.com> | 2020-10-22 08:13:33 +0200 |
---|---|---|
committer | Marvin Ramin <marvinramin@google.com> | 2020-12-09 17:02:56 +0100 |
commit | d6c4631862be159258dae686a69acbdfc21f39ca (patch) | |
tree | 097335758b82b018a7077ea77d12a2c568d66838 /packages/Shell | |
parent | cac4499628812bf1a8c1f2d3ce5810e600a54af2 (diff) |
Grant HDMI_CEC permission to Shell
Needed for HDMI_CEC CTS tests to call HdmiControlManager.
Bug: 169914520
Test: atest CtsHdmiCecHostTestCases with changes to tests
Change-Id: Ia997f3910ab4ca3a149b2cbd3b1d3d7e9f7202f2
Merged-In: Ia997f3910ab4ca3a149b2cbd3b1d3d7e9f7202f2
Diffstat (limited to 'packages/Shell')
-rw-r--r-- | packages/Shell/AndroidManifest.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 757bbda81a20..a9f222879de8 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -333,6 +333,9 @@ <!-- Permission needed for CTS test - TimeManagerTest --> <uses-permission android:name="android.permission.MANAGE_TIME_AND_ZONE_DETECTION" /> + <!-- Permission needed for CTS test - CtsHdmiCecHostTestCases --> + <uses-permission android:name="android.permission.HDMI_CEC" /> + <application android:label="@string/app_label" android:theme="@android:style/Theme.DeviceDefault.DayNight" android:defaultToDeviceProtectedStorage="true" |