How to autostart my app with windows 8.1 or windows phone -


is possible autostart app @ device boot having windows 8.1 or windows phone 8.1?

if yes, how?

it possible android using broadcastreceiver

it isn't possible automatically launch application @ foreground on windows phone , windows 8.1 (be @ startup or @ other time). however, application can execute in background (given limitations) using background agents, , interact in ways user (for instance, using toast notifications).


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

javascript - Using jquery append to add option values into a select element not working -