Mark VoicemailContract.VOICEMAIL_SMS_RECEIVED as protected broadcast
VOICEMAIL_SMS_RECEIVED is sent by the visual voicemail SMS filter in
telephony to the visual voicemail client. Marking the broadcast as
protected prevent non-system apps from faking this broadcast. Also
system apps can only send protected broadcast.
Change-Id: I6b8b4ffb8daf9432c5ee3c08f8266bf90aa9997f
Fixes:29218277
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0a9a6a5..511febd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -58,6 +58,7 @@
<protected-broadcast android:name= "android.intent.action.CARRIER_SIGNAL_REDIRECTED" />
<protected-broadcast android:name= "android.intent.action.CARRIER_SIGNAL_REQUEST_NETWORK_FAILED" />
<protected-broadcast android:name= "android.intent.action.CARRIER_SIGNAL_PCO_VALUE" />
+ <protected-broadcast android:name= "android.intent.action.VOICEMAIL_SMS_RECEIVED" />
<protected-broadcast android:name= "com.android.intent.isim_refresh" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />