Wednesday, September 7, 2011

[android-developers] Re: External images in the notification area.


How are you gaining access to the external images?

Are you sure that the files and storage actually are available to your application?
Before you do any work with the external storage, you should always call getExternalStorageState() to check whether the media is available.
If not, is the device plugged in with USB? 
Caution: External files can disappear if the user mounts the external storage on a computer or removes the media...
 

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment