Merge "Handle tel scheme switch to managed profile dialog" into tm-qpr-dev am: 9435fbff80

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21143658

Change-Id: I457e1bb4eeccda6136d5c5c1631abefecf903647
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ayush Sharma
2023-01-31 12:06:08 +00:00
committed by Automerger Merge Worker

View File

@@ -674,6 +674,7 @@
<intent-filter> <intent-filter>
<action android:name="android.telecom.action.SHOW_SWITCH_TO_WORK_PROFILE_FOR_CALL_DIALOG" /> <action android:name="android.telecom.action.SHOW_SWITCH_TO_WORK_PROFILE_FOR_CALL_DIALOG" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data android:scheme="tel" />
</intent-filter> </intent-filter>
</activity> </activity>