I\'m trying to install programmatically an app without user interaction and i\'m getting this error
SecurityException: Neither user 10057 nor current proces
About the error:
SecurityException: Neither user 10057 nor current process has android.permission.INSTALL_PACKAGES
To get INSTALL_PACKAGES permission:
In the manifest.xml file, put this attribute inside the tag manifest: