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
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