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

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -