Merge "Make two broadcasts protected" into rvc-qpr-dev am: 5fc03a1663

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4eb00cfb64bb321e9cd84a2d5e32f3996820fbd8
This commit is contained in:
TreeHugger Robot
2021-03-10 23:15:36 +00:00
committed by Automerger Merge Worker

View File

@@ -497,6 +497,8 @@
<protected-broadcast android:name="android.app.action.ACTION_PASSWORD_FAILED" />
<protected-broadcast android:name="android.app.action.ACTION_PASSWORD_SUCCEEDED" />
<protected-broadcast android:name="com.android.server.ACTION_EXPIRED_PASSWORD_NOTIFICATION" />
<protected-broadcast android:name="com.android.server.ACTION_PROFILE_OFF_DEADLINE" />
<protected-broadcast android:name="com.android.server.ACTION_TURN_PROFILE_ON_NOTIFICATION" />
<protected-broadcast android:name="android.intent.action.MANAGED_PROFILE_ADDED" />
<protected-broadcast android:name="android.intent.action.MANAGED_PROFILE_UNLOCKED" />