Protect the android.intent.action.CALL_PRIVILEGED broadcast

bug:29178416

Change-Id: I5e8f1e5423d0dd59cc532a45142b2401f5e5a45b
This commit is contained in:
Svet Ganov
2016-06-08 22:15:32 -07:00
parent 91131f459c
commit c69266dec6

View File

@@ -360,6 +360,7 @@
<!-- Added in N -->
<protected-broadcast android:name="android.intent.action.ANR" />
<protected-broadcast android:name="android.intent.action.CALL" />
<protected-broadcast android:name="android.intent.action.CALL_PRIVILEGED" />
<protected-broadcast android:name="android.intent.action.DROPBOX_ENTRY_ADDED" />
<protected-broadcast android:name="android.intent.action.INPUT_METHOD_CHANGED" />
<protected-broadcast android:name="android.intent.action.internal_sim_state_changed" />