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
138 stars 126 forks source link

Expose feature for reading only transactional messages #113

Closed yashwp closed 2 years ago

yashwp commented 2 years ago

I was going through the docs but couldn't find any API which can fetch all the transactional SMSs from the phone.

There is a function in SmsManager which says, it will retrieve transactional message - https://developer.android.com/reference/android/telephony/SmsManager#getSmsMessagesForFinancialApp(android.os.Bundle,%20java.util.concurrent.Executor,%20android.telephony.SmsManager.FinancialSmsCallback)

github-actions[bot] commented 2 years ago

Issue marked stale due to no activity.