I am working on an Android app that will send an automated response every time a text message is received. I am at the development site of Android but I have nothing that tells me in the right direction. Does anyone have any idea on where I should start with or have a good link, which can be helpful?
I'm making a whole start with the development of Android applications, please bear with me if I'm a bit slow. In order to update your manifest as well as to receive the SMS intent, you will need to create a broadcast receiver. For the permission to receive and register for SMS broadcast.
Comments
Post a Comment