How to install/update/remove APK using “PackageInstaller” class in Android L?
Plz check below classe & give me the suggestion for how to use them https://developer.android.com/reference/android/content/pm/PackageInstaller.html https://developer.android.com/reference/android/content/pm/PackageInstaller.Session.html So please give me an example to install/update/remove app. Can it be possible that the new application will install in device profile owner? It is possible without System permissions from Android M onwards . if ((mPm.checkUidPermission(android.Manifest.permission.INSTALL_PACKAGES, installerUid) == PackageManager.PERMISSION_GRANTED) || (installerUid == Process