Merge "Fix typos in broadcast strings for RestrictionsManager" into tm-dev

This commit is contained in:
Amith Yamasani
2022-03-22 17:52:58 +00:00
committed by Android (Google) Code Review

View File

@@ -471,11 +471,9 @@
android:name="com.android.server.connectivityservice.CONNECTED_TO_PROVISIONING_NETWORK_ACTION" />
<!-- Defined in RestrictionsManager -->
<protected-broadcast
android:name="android.intent.action.PERMISSION_RESPONSE_RECEIVED" />
<!-- Defined in RestrictionsManager -->
<protected-broadcast android:name="android.content.action.PERMISSION_RESPONSE_RECEIVED" />
<protected-broadcast android:name="android.content.action.REQUEST_PERMISSION" />
<protected-broadcast android:name="android.intent.action.REQUEST_PERMISSION" />
<protected-broadcast android:name="android.nfc.handover.intent.action.HANDOVER_STARTED" />
<protected-broadcast android:name="android.nfc.handover.intent.action.TRANSFER_DONE" />
<protected-broadcast android:name="android.nfc.handover.intent.action.TRANSFER_PROGRESS" />