Merge "Makes Flash Notifications preview broadcasts be protected" into udc-dev am: 35f1dc053d

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

Change-Id: I67a0c4155770ccaea19ad01c06c8b36bcabd0903
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Angela Wang
2023-03-07 07:17:59 +00:00
committed by Automerger Merge Worker

View File

@@ -822,6 +822,8 @@
<protected-broadcast android:name="com.android.internal.telephony.cat.SMS_SENT_ACTION" />
<protected-broadcast android:name="com.android.internal.telephony.cat.SMS_DELIVERY_ACTION" />
<protected-broadcast android:name="android.companion.virtual.action.VIRTUAL_DEVICE_REMOVED" />
<protected-broadcast android:name="com.android.internal.intent.action.FLASH_NOTIFICATION_START_PREVIEW" />
<protected-broadcast android:name="com.android.internal.intent.action.FLASH_NOTIFICATION_STOP_PREVIEW" />
<!-- ====================================================================== -->
<!-- RUNTIME PERMISSIONS -->