For some reason, when my intent-filters are like so, my App doesn't launch 
automatically when I try to debug it:

            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
                <category android:name="android.intent.category.DEFAULT" />
                <action android:name="com.reflect.player.Main_Activity" />
            </intent-filter>

Any ideas why this is?  I'm doing more than just MAIN and LAUNCHER because 
the app needs to get boot messages.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to