OSDN Git Service

Protect the android.intent.action.CALL_PRIVILEGED broadcast
authorSvet Ganov <svetoslavganov@google.com>
Thu, 9 Jun 2016 05:15:32 +0000 (22:15 -0700)
committerSvet Ganov <svetoslavganov@google.com>
Thu, 9 Jun 2016 05:15:35 +0000 (22:15 -0700)
bug:29178416

Change-Id: I5e8f1e5423d0dd59cc532a45142b2401f5e5a45b

core/res/AndroidManifest.xml

index 6c289dc..904b4ae 100644 (file)
     <!-- 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" />