On Wed, Apr 25, 2012 at 1:12 AM, 3c <[email protected]> wrote: > Here is a crash report I received today while my app runs: > pm.getInstalledPackages(PackageManager.GET_ACTIVITIES); > Can someone tell me how to resolve this?
My interpretation of the crash is that either: -- The user has too many applications installed, such that the list of installed packages with the activity data exceeds 1MB, or -- The user is running some flawed firmware I do not see how you can recover from either scenario. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

