commit | 0952a18dc65ba4b7d74804ef92f7504ebd6b0d5d | [log] [tgz] |
---|---|---|
author | Ta-wei Yen <twyen@google.com> | Wed Jun 08 14:10:35 2016 -0700 |
committer | Ta-wei Yen <twyen@google.com> | Wed Jun 08 22:42:46 2016 +0000 |
tree | 3202365f7e85841a59c901f31fcb88418a91a59d | |
parent | 04d3d858c758d17cbf638738b1bad1585f1f11cf [diff] |
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