File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ Android SMS Gateway turns your Android smartphone into an SMS gateway. It's a li
88
99## Features
1010
11+ - ** No registration required:** No registration or email is required to create an account.
1112- ** Send SMS programmatically:** Use our API to send messages directly from your own applications or services.
1213- ** Supports Android 5.0 and above:** The application is compatible with Android 5.0 and later versions.
1314- ** Message status tracking:** Monitor the status of your sent messages in real-time.
1415- ** Starts at boot:** The application starts running as soon as your device boots up.
1516- ** Prevents sleep mode:** Your device won't go to sleep while the application is running, ensuring continuous service.
17+ - ** Supports multiple SIM cards:** The application supports multiple SIM cards.
1618
1719## Ideal For
1820
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ You can install app to your device from prebuilt APK or by building from sources
66
77You need an Android device with Android 5.0 (Lollipop) or above for using the application.
88
9+ ### Permissions
10+
11+ To use the application, you need to grant the following permissions:
12+
13+ - ** SEND_SMS** : This permission is required to send SMS messages.
14+ - ** READ_PHONE_STATE** : This permission is required to select the SIM card. Optional, if you don't want to select the SIM card.
15+
916## Installation from APK
1017
11181 . Navigate to the [ Releases] ( https://github.com/capcom6/android-sms-gateway/releases ) page.
Original file line number Diff line number Diff line change 1+ mkdocs == 1.5.3
2+ mkdocs-material == 9.4.8
3+ mkdocs-material-extensions == 1.3
4+ mkdocs-minify-plugin == 0.7.1
5+ mkdocs-render-swagger-plugin == 0.1.1
You can’t perform that action at this time.
0 commit comments