MAXS Module SmsRead: User Guide
Table of Contents
1. Overview
Query the system's SMS database for messages.
Makes optional use of modules | ContactsRead |
Uses inoffical Android API | no |
1.1. Permissions
Permission | Use |
---|---|
android.permission.SMS_READ |
Read-only access to SMS messages |
2. Commands
2.1. sms
(short command: s
)
2.1.1. sms show [<num>]
Show the last SMS messages. Defaults to 5. You can optionally specify the number of SMS messages to display.
#+BEGINEXAMPLE User: sms show AndroidDevice: Last 5 SMS messages To Jane Doe (+1 555 1231) 2014-04-04 12:00:00: Hi, how are you? #+ENDSRC