Hi, discussion about the platform outside of the SDK should be on android-porting. Thanks.
On Tue, Aug 11, 2009 at 8:49 PM, fenix bao <[email protected]> wrote: > > dear all: > android have native IM code, but we can not use, I add > "<category android:name="android.intent.category.LAUNCHER" />" to some > IM activty like: > > <activity android:name=".app.SigningInActivity"> > <intent-filter> > <action android:name="android.intent.action.MAIN" /> > <category > android:name="android.intent.category.DEFAULT" /> > <category > android:name="android.intent.category.LAUNCHER" /> > </intent-filter> > </activity> > and then I can see the app in menu, but it still can not run. why > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

