Question for Google engineers: Since the HTC Incredible does not come with an SD-card, what is the return value of this call:
Environment.getExternalStorageDirectory() The documentation says this: "Gets the Android external storage directory" as a File. What is the return value of this method on the HTC Incredible. If a File is returned, what is it's path? Is it pointing to a directory on a partition of the phone's internal storage? If a File is returned but no 'external storage' exists... what then. Is 'null' returned instead? Or is the returned File still pointing to "/sdcard" which is just in an unmounted state? I hope i don't get tons of bad reviews on my camera/gallery app that requires the existence and availability of the File returned by 'getExternalStorageDirectory()'. I'm sure i'm not the only developer worrying about this. -- 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

