> Does anyone know if there's a way to retrieve > a list of apps currently installed on the phone?
You can get this from PackageManager. > And once this list is > retrieved, is there a way to filter down the list to only apps that > have been downloaded via the market? I don't think PackageManager distinguishes between Market apps and apps installed via other means. > I suppose another way to phrase that last question is: Can my app > access the Downloads list that's in the Android Market app? Not via the SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

