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? This call used to have the flag set to 0 without issues, but now one (maybe more) of my users is receiving this error preventing the use of my app! :( Couldn't find any info on this on the net!!! And can't contact the user who sent the FC report.
Caused by: java.lang.RuntimeException: Package manager has died at android.app.ApplicationPackageManager.getInstalledPackages(ApplicationPackageManager.java:400) at ccc71.pmw.lib.pmw_icon_package_list.onResume(pmw_icon_package_list.java:68) at ccc71.pmw.pmw_icon_package_list.onResume(pmw_icon_package_list.java:12) at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1154) at android.app.Activity.performResume(Activity.java:4539) at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2434) ... 12 more Caused by: android.os.TransactionTooLargeException at android.os.BinderProxy.transact(Native Method) at android.content.pm.IPackageManager$Stub$Proxy.getInstalledPackages(IPackageManager.java:1900) at android.app.ApplicationPackageManager.getInstalledPackages(ApplicationPackageManager.java:394) ... 17 more -- 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

