Fixed that the device crashes when receiving data sms
handleSmsReceivedIntent only handles SMS_DELIVER_ACTION. When data SMS arrives, it crashes inside handleSmsReceivedIntent due to log.wtf. Moved the handling function inside normal SMS handling section. The crash was newly introduced by ag/1646046. Test: Telephony sanity tests bug: 35841838 Change-Id: I8611c9242b7201bafa64018503361f1f8b48236f
Loading
Please register or sign in to comment