[Media Projection] Limit AppSelector launch

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

Fixes: 279189182
Test: manual
Change-Id: I106987452e097dbe24d8291678bc98462ac8f97e
This commit is contained in:
yyalan
2023-04-25 17:07:27 +01:00
parent 66a64d2303
commit 484ca8301c

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