The Splash Screen activity does not handle any intent. It just waits 1.5 secs and display an image. After that, the main activity is called (via startActivity()). The main activity does handle intents for incoming images. However, that exception happened when i launched the app pressing its icon on the phone. In this way, the splash screen activity is launched first. The screen becomes blank and all i can do is to press the home button. This exception happens rarely.
-- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

