I'm developing this app using API Level 8 and testing the app on a Samsung Intercept
running Android 2.2.2.

When I test this code on the Samsung Intercept it successfully makes a directory on
the SD card and will read/write files.

Will some developers please test this code and provide feedback on the results?

Galaxy Mini (2.2.1) with external card - succeeded.

HTC Desire S (2.3.5) with external card - succeeded.

(Worth pointing out to anyone trying this who isn't that experienced that you need

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

in your AndroidManifest.xml - took me a couple of failures to remember that!)

(Might unmount external card and try on internal storage another day - not right now)


--
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

Reply via email to