Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save the original sent time for received MMS messages #160

Merged
merged 1 commit into from
Sep 4, 2019

Conversation

tkm0e
Copy link
Contributor

@tkm0e tkm0e commented Jul 18, 2019

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.

@klinker24 klinker24 merged commit d73a090 into klinker41:master Sep 4, 2019
@tkm0e tkm0e deleted the obtain-original-sent-date branch December 12, 2022 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants