PkgUtils : An extension to work with Packages

@vknow360 Please add this permission to the Manifest, to be able to uninstall package from devices with API > 28:

<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES"/>

See here:

https://developer.android.com/reference/android/Manifest.permission

4 Likes