PackageManager bug!

m0narX

Member
Licensed User
Longtime User
Packagemanager not well-defined activity, it returns only the first executed Intent, but there may be several in one package. In addition, it returns are not always correct Intent. I tested this with a simple program written in Java by my colleague.
I attach it (it automatically creates a memory card file packages.csv all executable Intents). Particularly clear, this problem can be expressed with an application HTC Camera
 

Attachments

  • PackageListing.apk
    8.1 KB · Views: 217

alexb

Member
Licensed User
Longtime User
I agree it would be nice to be able to get ALL possible intents from a package - not only the one for launching the package although that is probably in most situation the important one and should be returned first.

Also, it would be nice if PackageManager could return not only a list of all packages but according to certain filter, for example create a list of all user launchable packages (meaning: those that the user can see on the desktop / in the list of all programs).

Thanks, alex
 
Top