Add switchSubscription and delete_subscription to protected broadcast

Bug: 179949381
Test: Local
Change-Id: I5e4edfe2250914cc2ce1a03e466bec128460b779
This commit is contained in:
Peter Wang
2021-03-04 17:53:52 -08:00
parent d8cb97df46
commit 73e1e266a1

View File

@@ -550,6 +550,8 @@
<protected-broadcast android:name="com.android.server.telecom.intent.action.CALLS_ADD_ENTRY" />
<protected-broadcast android:name="com.android.settings.location.MODE_CHANGING" />
<protected-broadcast android:name="com.android.settings.bluetooth.ACTION_DISMISS_PAIRING" />
<protected-broadcast android:name="com.android.settings.network.DELETE_SUBSCRIPTION" />
<protected-broadcast android:name="com.android.settings.network.SWITCH_TO_SUBSCRIPTION" />
<protected-broadcast android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
<protected-broadcast android:name="NotificationManagerService.TIMEOUT" />