shounakmulay / Telephony

Flutter plugin for telephony features like query device sms directory, listen for incoming messages, retrieve various network parameters, etc.
https://telephony.shounakmulay.dev
MIT License
137 stars 133 forks source link

Returns null the values of date and dateSent #73

Closed yeikel16 closed 3 years ago

yeikel16 commented 3 years ago

Returns null the values of date and dateSent from the message body.

shounakmulay commented 3 years ago

Telephony returns the columns that you have specified in the getSms functions. Also for the selected columns it directly returns whatever data that the content resolver provides. Might be helpful to look into how the content resolver for sms behaves on your device.