1.Introduction
PkgUtils is basically related to Package and Package Manager.
Latest Version: 5.1
Released: Dec 21, 2019
Last Updated: November 12,2020
2.Blocks




3.Documentation
https://sunny.byteisticuser.me/2019/12/21/pkgutils-an-extension-to-work-with-packages/
4. Downloads
Aix:
com.sunny.PkgUtils_v5.1.aix (16.3 KB)
Hope it helps!
3 Likes
Nice extension @vknow360 
This extension is now available in Extension Store
Search “Pkg Utils” and Import it 
3 Likes
this extension warning and rejected to update in console account permissions 
`
android.permission.REQUEST_INSTALL_PACKAGES
`
and how to solve this problem…

1 Like
You can remove the permission from manifest if you don’t need feature to install apps.
3 Likes
Hello, I want to check in my app is A specified app is installed or not in users device, I used your extension but it didn’t work with Android 11+, worked in Android 10 or less…
How to check whether the app is installed, if installed close my application.
Thank you