Skip to content

Commit

Permalink
[docs] add READ_SMS permission description
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Jan 7, 2025
1 parent 755f353 commit 66db6fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ To use the application, you need to grant the following permissions:

- **SEND_SMS**: This permission is required to send SMS messages.
- **READ_PHONE_STATE**: This permission is optional. If you want to select the SIM card, you can grant this permission.
- **READ_SMS**: This permission is optional. If you want to read previous SMS messages, you need to grant this permission.
- **RECEIVE_SMS**: This permission is optional. If you want to receive webhooks on incoming SMS, you need to grant this permission.

### Installation from APK
Expand Down

0 comments on commit 66db6fe

Please sign in to comment.