I have only one activity that has android.intent.action.MAIN and
android.intent.category.LAUNCHER. This is the activity that is used to
launch the app when the app icon is clicked on the desktop. The intent-
filter for this activity is defined thus:

<intent-filter>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

The main stumbling block is that I'm not able to replicate the issue,
but out of an install base of more than 50k, more than a handful of
users have indicated that it does occur. I've got the source for Froyo
2.2 and I'm thinking of going down the rabbit hole and see if I can
gleam anything there. However, the Froyo flavor on Nexus One has
probably been customized beyond the version available at
source.android.com.

-- 
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