Hi...
I'm trying to get all apps' packages that installed in the device
I use this code
but some apps that already installed doesn't bring it, like Facebook
what should I do ?
Thank you ...
I'm trying to get all apps' packages that installed in the device
I use this code
B4X:
Dim pm As PackageManager
Dim list As List = pm.GetInstalledPackages
Dim package As String = list.Get(i)
but some apps that already installed doesn't bring it, like Facebook
what should I do ?
Thank you ...
Last edited: