How do I start another application (downloaded or preinstalled) from an activity?

Posted by Jon on Stack Overflow See other posts from Stack Overflow or by Jon
Published on 2010-04-18T22:58:27Z Indexed on 2010/04/18 23:03 UTC
Read the original article Hit count: 260

Filed under:
|
|

Basically, I want to get a list of all installed apps and pick one to run from an activity.

I've tried ACTION_PICK with Intents but that seems to leave out apps that were downloaded and it has a bunch of junk in it.

Thanks

© Stack Overflow or respective owner

Related posts about android

Related posts about activity