Is it possible to make an application as default instance when device is booted(eg. start-up run) and also at run time?
And more important to fully disable the access of the user to any other application on the device. The user should only see and work in my application without being able to close it.
Why I'm asking this? - I must develop an application for my company and they asked if it's possible to make the OS to show only that single application.
Thanks,