Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm writting an app to communicate with the tracking device of my motorbike. The communication goes by sms messages in which you need to write the command with a password and a parameter.
I've Created some buttons that automaticaly write the exact message just by pushing the button. Now I want the message to be sent after it is composed. The searches on the internet all go back to the smscomposetask on which the user gets the message to be sent on his screen and then need to push the send button again. I want to skip this last step in the procedure so that the sms is send after pressing the first button.

From the research I've done it seems to be impossible due to permission restrictions.

Is their any workaround to do this?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900