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

Commit 484ca830 authored by yyalan's avatar yyalan
Browse files

[Media Projection] Limit AppSelector launch

Limit the launch of AppSelector only to MANAGE_MEDIA_PROJECTION. Disable export.

Fixes: 279189182
Test: manual
Change-Id: I106987452e097dbe24d8291678bc98462ac8f97e
parent 66a64d23
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -695,7 +695,9 @@
            android:relinquishTaskIdentity="true"
            android:configChanges=
                "screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
            android:visibleToInstantApps="true"/>
            android:visibleToInstantApps="true"
            android:exported="false"
            android:permission="android.permission.MANAGE_MEDIA_PROJECTION"/>

        <!-- started from TvNotificationPanel -->
        <activity