I am using a code like THIS to get the User installed apps and some of the system apps, but, I'm having a little bit of difficulty getting some system apps, like Calculator, Calendar, etc, and some other apps that came pre-installed with the device, the line I have to get the info I need looks like this:
this works just fine, but I'm missing several system apps like I mentioned above, I've seen other apps able to display them, which tells me that I'm either missing something or using the wrong combination of flags, I've checked the Android documentation and it seems I've covered all bases but still, I'm not getting the results I need.
Any help will be appreciated.
B4X:
...
If Bit.AND(Flags, 128) <> 0 OR Bit.AND(Flags, 1) = 0 Then
...
Any help will be appreciated.