I would like to obtain the date that received MMS message has sent.
Currently, date of MMS message is not set from PDU but system clock on received device.
This is because of causing the problem when timezones weren't set correctly.
*ref: aosp-mirror/platform_packages_apps_mms@69481af
However that's not a problem on using on same region, so please store the original PDU time to additional column (Telephony.MMS.DATE_SENT) to obtain from client app easier.
As far as I know the column is not used for received messages.
I would like to obtain the date that received MMS message has sent.
Currently, date of MMS message is not set from PDU but system clock on received device. This is because of causing the problem when timezones weren't set correctly. *ref: aosp-mirror/platform_packages_apps_mms@69481af
However that's not a problem on using on same region, so please store the original PDU time to additional column (
Telephony.MMS.DATE_SENT
) to obtain from client app easier. As far as I know the column is not used for received messages.Thanks.