Due to bug http://code.google.com/p/android/issues/detail?id=6579 is it safe to put this into my AndroidManifest.xml file?:
<!-- Below is a workaround due to the Market bug http://code.google.com/p/android/issues/detail?id=6579 --> <activity-alias android:name="com.android.internal.app.ResolverActivity" android:targetActivity=".PickImages" android:exported="true"/> The ResolverActivity is a private class and i'm very hesitant to use it. However, my app defines two activities with action=MAIN and category=LAUNCHER and because of bug 6579, the Market-app crashes when 'Open' is selected. I already have one known negative comment about this (although it's not my app that crashes) and I try to avoid any more of these ;-) Question is: Can i use ResolverActivity (in this way)? Thanks! -- 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 To unsubscribe, reply using "remove me" as the subject.

