Use correct format info for SMS
Use correct format to - Parse SMS delivery report. - Dump/Load SMS to/from the dump file. TODO: Update message text state during composing. Test: Manual Change-Id: I7e53bed86130484a634c9305b276e2586db31796 Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
This commit is contained in:
@@ -192,7 +192,7 @@ public final class SmsReceiver extends BroadcastReceiver {
|
||||
intent, EXTRA_SUB_ID);
|
||||
deliverSmsMessages(context, subId, errorCode, messages);
|
||||
if (MmsUtils.isDumpSmsEnabled()) {
|
||||
final String format = null;
|
||||
final String format = intent.getStringExtra("format");
|
||||
DebugUtils.dumpSms(messages[0].getTimestampMillis(), messages, format);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user