I am creating a corporate application, the user should be able to use only those applications that I provide him. My idea is to override the default home screen using my custom layout using app icons of only those apps that I provide to the user. I will turn off the home, back menu and search buttons on the home screen. Even if the user clicks the home button, he should be redirected to my user screen containing the icons.
I saw an application that accomplished this without rooting the device. There is a link for this application.
I just want to know how to send the original screen in the background and my own layout to the fore.
source
share