Does WP7 have have some kind of receiver/callback for when the device is booted up. I would like to schedule some task when the device is started up
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it does not. Perhaps if you setup a periodic task – you could get some information within about half hour after it starts that it is running, so if it was not reporting as running earlier – you might use this information, but otherwise – your code is pretty much sandboxed and does not know anything about what the system is doing when your application is not running.