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

Commit 4a01ff7b authored by Yalan Yiue's avatar Yalan Yiue Committed by Automerger Merge Worker
Browse files

Merge "[Media Projection] Limit AppSelector launch" into udc-dev am: 4c6ec0db am: 7ec84a72

parents 166f5f22 7ec84a72
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