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
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---