Is it possible to start an application in the foreground from the background agent?
Or is it only possible to show toasts ?
thx
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.
You can only update tiles, or show toasts from a background agent. (With the exception of the Audio background agents, which can control audio as well).
You cannot start a app from a background agent. Showing a toast, will allow the user to click on the toast, which then in turn will start the application.