summaryrefslogtreecommitdiff
path: root/src/com/android/messaging/util/DebugUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling format based on API level accordingly.Taesu Lee2020-06-191-5/+4
| | | | | | | | | | | | Use SmsMessage#createFromPdu(pdu, format) at least on M and replace SmsMessage#FORMAT_3GPP2 with "3gpp2". - SmsMessage#createFromPdu(pdu, format) is added in API level 23. - SmsMessage#FORMAT_3GPP2 is added in API level 28. Test: Manual Signed-off-by: Taesu Lee <taesu82.lee@samsung.com> Change-Id: Icab2c6c3c86ee8b6597881bfac6066fed60db4d2
* Use correct format info for SMSTaesu Lee2019-03-211-2/+7
| | | | | | | | | | | | 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>
* Messaging ignores file URIs shared via intentDavid Smith2018-05-251-0/+22
| | | | | | | | | | | Fixes b/37629504 by not creating attachments from file URIs shared via intent. Sharing file URIs is disallowed by Android N and later and is no longer supported for this app. Test: manual using the Debug command added in this change Change-Id: Ibff486c94ac703a9a4c5a80e33b934a460804a8f Merged-In: Ibff486c94ac703a9a4c5a80e33b934a460804a8f
* Initial checkin of AOSP Messaging app.Mike Dodd2015-08-121-0/+425
| | | | | | b/23110861 Change-Id: I11db999bd10656801e618f78ab2b2ef74136fff1
* Revert "Initial checkin of AOSP Messaging app."Mike Dodd2015-08-121-425/+0
| | | | | | This reverts commit 461a34b466cb4b13dbbc2ec6330b31e217b2ac4e. Change-Id: Iac4ca77eeaa94989e91dead49a7959c905bd3078
* Initial checkin of AOSP Messaging app.Mike Dodd2015-08-121-0/+425
b/23110861 Change-Id: I9aa980d7569247d6b2ca78f5dcb4502e1eaadb8a