Merge "Add switchSubscription and delete_subscription to protected broadcast" into sc-dev am: d459da6362 am: 37013f0bec

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

Change-Id: Id723a091653f62d8360d0f2df1574cc06532df9b
This commit is contained in:
Peter Wang
2021-08-04 18:52:36 +00:00
committed by Automerger Merge Worker

View File

@@ -552,6 +552,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" />