No, I finish() the startup activity in onCreate() in which case it is never made visible. This is documented somewhere.
On Friday, February 1, 2013 9:18:10 PM UTC+8, Pent wrote: > > > I have a StartUp Activity, which, based on user preference, can start > the > > app in various real activity. So, I guess, I effectively disabled the > > "preview" screen, by doing this? > > If animations are enabled in system prefs, you should get an animation > between the startup activity and the subactivity. Do you not ? > > I couldn't disable that. > > Intent.FLAG_ACTIVITY_NO_ANIMATION > > in the intent to startActivity() is apparently just ignored. > > Pent > -- -- 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/groups/opt_out.

