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

Commit 5ff7d863 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Add HIDE_OVERLAY_WINDOWS permission to Bluetooth

This prevents drawing of overlays on top of windows/alerts that
Bluetooth is presenting.

Bug: 169851881
Test: manually verified against poc
Change-Id: Ibd042b814f8c740ce6fcdc0ee41dbcf309ed1bee
parent 2b288b84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
    <uses-permission android:name="android.permission.MANAGE_COMPANION_DEVICES"/>
    <uses-permission android:name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>
    <uses-permission android:name="android.permission.HIDE_OVERLAY_WINDOWS"/>

    <uses-sdk android:minSdkVersion="14"/>