Bumped it a little... ;)

On Apr 14, 9:49 pm, Streets Of Boston <[email protected]> wrote:
> Due to bughttp://code.google.com/p/android/issues/detail?id=6579is
> it safe to put this into my AndroidManifest.xml file?:
>
>   <!-- Below is a workaround due to the Market 
> bughttp://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

Reply via email to