From e79fcbef78bf5690cf7129d85a2c7b3bebda0291 Mon Sep 17 00:00:00 2001 From: Anubhav Kakkar Date: Fri, 8 Dec 2023 08:48:26 +0000 Subject: [PATCH] Add activity to handle app specific request to open media routing controll special Bug: 313775893 Test: Trigger the intent with action "android.settings.REQUEST_MEDIA_ROUTING_CONTROL" and package name in the data uri Change-Id: If65ea61a058b465dc44836eff9c7d3fb25425ec4 --- AndroidManifest.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2a456240efc..2b491480b5f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -4200,8 +4200,23 @@ android:value="TogglePermissionAppList/MediaRoutingControl"/> - + + + + + + + + + +