It appears I can set FLAG_ACTIVITY_NO_ANIMATION on the startActivity, but only works with the 2.0 or higher framework...
So I guess that means this wouldn't be a problem for frameworks prior to 2.0, but I can't set this flag as part of the 1.5 SDK, so does that mean I can't set this flag for any version prior to 2.0? Basically I want to distribute my app as 1.5... but since I can't set this flag, phones running 2.0 will see the animation... unless there's another way to do this? On Apr 14, 4:56 pm, Mark Hansen <[email protected]> wrote: > Is there a way to get rid of the animation that is displayed when an > application starts on the android platform. > > Basically, I want my Application to mimic > > Sound and Display > Animations > No Animations > > when launched? -- 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 To unsubscribe, reply using "remove me" as the subject.

