Reputation: 1304
I am trying to do a alarm clock app in wp7.
Then i wanted something like when the user click on the dismiss alarm button it will programatically launch a specify mobile application.
Is that possible??
Upvotes: 1
Views: 726
Reputation: 65564
Notifications (assumming that's how you're showing your alarm) are able to launch the applciation they were created from.
It is not possible to lauch other applications from within your app. With the exception of those launched by the built in Launchers and choosers.
Upvotes: 4