Skip to content

A utility app which can process incoming sms in an Android device and make a http post request to a web server.

Notifications You must be signed in to change notification settings

Gopinathp/androidsmstohttp

Repository files navigation

Very basic Android sample application which process incoming sms in an Android phone and sends the text as a HTTP post message to a URL. This app uses the IntentService for delegating the SMS processing action instead of blocking the SMS receiver component.

This app does not have any meaningful UI.

You can test the app by changing the  url in sendToRegistrationServer() method inside the SmsProcessor.java
and you will see that the incoming sms will be delivered on that url in mb and ms GET parameters.

About

A utility app which can process incoming sms in an Android device and make a http post request to a web server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published