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

This commit is contained in:
Yalan Yiue
2023-04-27 13:24:42 +00:00
committed by Android (Google) Code Review

View File

@@ -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