[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user