Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75419418 authored by Eugene Susla's avatar Eugene Susla Committed by android-build-team Robot
Browse files

RESTRICT AUTOMERGE

Allow CDM to hide overlays

Since CDM has sensitive user consent UIs, it should be able to hide
non-system overlays

Test: use a 3p overlay app with a visible overlay to ensure overlay disappears when CDM is shown
Bug: 171221090
Change-Id: I78673b7b95f4c3cb31fab180201eb17c9123bddf
Merged-In: I78673b7b95f4c3cb31fab180201eb17c9123bddf
(cherry picked from commit 43e8c61b)
parent 8e492882
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
    <uses-permission android:name="android.permission.RADIO_SCAN_WITHOUT_LOCATION"/>
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
    <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>

    <application
        android:allowClearUserData="true"