Description
Extension to get all SMS messages from phone. This extension contains READ_SMS permission so be careful while using this extension in your apps while publishing them on Play Store. Google may reject your app if used without proper declaration of its use.
Permission used:
android.permission.READ_SMS
Blocks
Instructions to use extension
Check if permission is granted if not then request permission before getting messages. PermissionRequested event will return true if granted.
Get all messages asynchronously from phone and returns list of senders, messages and time stamp.
Get all messages asynchronously for a given sender.
Preview
Download
com.thekstudio.SMSReader.aix (8.8 KB)
Messages.aia (86.6 KB)