I found my app crashes in Froyo under some circumstances. It seems
that Froyo just is more critical when encountering nulls than previous
versions.

You're right (as always!) about being careful with the SD card, I
should have included that link. I think the majority of apps should
fall into the "should" category when it comes to storage on the SD
card.

-John Coryat

On Jul 12, 8:21 am, Mark Murphy <[email protected]> wrote:
> 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#Sho...
>
> > 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/commonsguyhttp://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.

Reply via email to