I want to install an application on Android without user intervention. I am using the permission INSTALL_PACKAGES and I am installing the app in the “/download/” folder. Once the download is finished, a dialog box appears asking me to install the app. How to hide this dialog and install the application without user intervention?
I want to install an application on Android without user intervention. I am using
Share
Sorry, You can’t. Android framework doesn’t allowed you to do that. Android has a some restriction for Security Purpose, don’t try to break it.