Skip to content

Commit 5fc03a1

Browse files
TreeHugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "Make two broadcasts protected" into rvc-qpr-dev
2 parents 09b7b55 + 9f67940 commit 5fc03a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/res/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@
488488
<protected-broadcast android:name="android.app.action.ACTION_PASSWORD_FAILED" />
489489
<protected-broadcast android:name="android.app.action.ACTION_PASSWORD_SUCCEEDED" />
490490
<protected-broadcast android:name="com.android.server.ACTION_EXPIRED_PASSWORD_NOTIFICATION" />
491+
<protected-broadcast android:name="com.android.server.ACTION_PROFILE_OFF_DEADLINE" />
492+
<protected-broadcast android:name="com.android.server.ACTION_TURN_PROFILE_ON_NOTIFICATION" />
491493

492494
<protected-broadcast android:name="android.intent.action.MANAGED_PROFILE_ADDED" />
493495
<protected-broadcast android:name="android.intent.action.MANAGED_PROFILE_UNLOCKED" />

0 commit comments

Comments
 (0)