Description
This app bridges all sms messages to matrix. For every (new) text
conversation contact the bot will open a private 1:1 room and sends the
incoming messages to that room. Any messages sent in that room by the
matrix user will then be sent to the contact via SMS.
As currently there is no end-to-end encryption implemented in this app, for
privacy reasons it is preferable to use it with your own Matrix server.
Your data-in-transit however will always be safe as they are encrypted
using https over matrix -- provided the Matrix server is configured
properly.
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Read SMSRead text messages.
- Send SMSSend text messages (may cost money).
- Receive SMSProcess incoming text messages.
- Phone stateDetect ongoing calls and read device information.
- Run at startupStart automatically after the device is switched on.
- Foreground serviceKeep running in the background, visible in the status bar.
- Network stateCheck whether and how the device is connected.
- Internet accessSend and receive data over the internet.
Show 6 more permissions
- VibrationControl the vibration alert.
- Read storageRead files on the device storage.
- Read contactsAccess the address book.
- Write storageCreate and change files on the device storage.
- READ_LOGS
- REORDER_TASKS
Comments