On Mon, Jul 12, 2010 at 9:16 AM, Maps.Huge.Info (Maps API Guru) <[email protected]> wrote: > As many of you may have heard, Froyo is coming to the Verizon Droid > starting July 13th. That means millions of devices will be running > Froyo. There are a couple of important changes that need to be made in > order to be "Froyo compliant," here's what I've found: > > Store app on SD card > > This is a really easy modification, just add: > android:installLocation="auto" > ro your manifest statement and build with level 8.
Be very careful. Many applications should not do this: http://developer.android.com/guide/appendix/install-location.html#ShouldNot > The important change, and this one seems to be a lot more difficult to > find, is it seems Froyo is a lot more picky on null tests. Be sure > your app tests values for null or you'll get the dreaded FC. Could you clarify what you mean here? NullPointerException has not changed, AFAIK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
