windows phone 7 - Register custom app as default for handling sms sending and receveing -


register custom app default handling sms sending , receveing in windows phone

this not possible current windows phone sdk. can vote on official windows phone dev feedback indicate interest in sms access api.

the thing can current sdk launch default sms app predefined number , text:

smscomposetask smscomposetask = new smscomposetask(); smscomposetask.to = "2065550123"; smscomposetask.body = "your text"; smscomposetask.show(); 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -