Skip to content

An app to send sms from the data recieved from a server

License

Notifications You must be signed in to change notification settings

vignesh98/sendsms

Repository files navigation

sendsms

An app to send sms from the data recieved from a server. This uses SMSManager in the Android to send a message without opening the default messaging app,it sends it via background service. This was used for a OTP, booking confirmation module for a project

Usage


1. Connect the device in which this app is used to the same wifi as the one you want to make a httprequest from
2. note down the ip address of the device where this app is installed in.
3. make sure to provide SMS permission in android device
4. just make a get request 192.168.0.102:8080/?number=1234567890&smsbody=messagetobesent where the ip is replaced by the device ip and number with the mobile number where the message is to be sent

About

An app to send sms from the data recieved from a server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages