I'm invoking a method using reflection, everything worked great until API 19, API 19 throwing me this exception:
java.lang.SecurityException: Neither user 10080 nor current process has android.permission.INSTALL_PACKAGES
ofcource I have included this permission
<uses-permission android:name="android.permission.INSTALL_PACKAGES"/>
at the manifest.
I tried to find something useful on the developers but no help,
thanks.