A simple APK project to send bulk SMS from your phone (no ADB/computer required).
- Paste numbers (one per line) or import CSV (
name,number). - Message supports
{{name}}merge tag. - Optional dual-SIM selection (uses
SubscriptionManagerif available). - Progress log, delay between sends.
SEND_SMS(required to send messages)READ_PHONE_STATE(to list SIMs for dual-SIM selection; optional if single SIM)
- Open Android Studio → Open → select this folder (
BulkSmsKotlin). - Wait for Gradle sync to finish.
- Connect your phone with USB debugging OR use “Build > Build Bundle(s) / APK(s) > Build APK(s)” to create a release you can sideload.
- Run on device; on first launch, tap Grant SMS permission.
name,number
Jason,0400000001
Sonia,0400000002
Or paste numbers into the text area (one per line) and press Use Numbers Below.
- Google Play has strict SMS policies. For personal use, sideload the APK.
- Some OEMs throttle/batch SMS; set a delay (e.g., 800–1500 ms) to be safe.