You can programatically access all packages installed. Something like PackageManager.getInstalledApplications() is probably what you're looking for:
http://d.android.com/reference/android/content/pm/PackageManager.html j On Wed, May 13, 2009 at 7:57 PM, Johnny <[email protected]> wrote: > > Settings -> Applications -> Manage Applications > > On May 14, 10:53 am, android app <[email protected]> wrote: >> how to know whether an app is installed or not? >> >> Can an app access the list of application in "My Downloads"? > > > -- Jeff Sharkey [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

