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

Commit 4c6ec0db authored by Yalan Yiue's avatar Yalan Yiue Committed by Android (Google) Code Review
Browse files

Merge "[Media Projection] Limit AppSelector launch" into udc-dev

parents 4a2870ce 484ca830
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