Merge "Handle tel scheme switch to managed profile dialog" into tm-qpr-dev

This commit is contained in:
Ayush Sharma
2023-01-31 11:35:33 +00:00
committed by Android (Google) Code Review

View File

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