Merge "Protect the android.intent.action.CALL_PRIVILEGED broadcast" into nyc-dev

This commit is contained in:
Svetoslav Ganov
2016-06-09 22:44:50 +00:00
committed by Android (Google) Code Review

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" />