Fix VisualVoicemailSmsFilter NPE on invalid SmsMessage
Certain PDU will cause createFromPdu() to return a SmsMessage with null mWrappedSmsMessage, throwing NPE on any method called. In this case, just ignore the message. Bug:29123941 Change-Id: Id649af4b7a7a9f5d7b7a08d007b619a4c98f81cb
Loading
Please register or sign in to comment