In my application, I create files and write them to the Sdcard. This works fine on my Samsung Galaxy running 2.2, but has some issues on my Acer Iconcia Tab running 3.0.
On the Galaxy, my created files show as expected in DDMS and in windows explorer (when the tab is mounted as a USB device). On the Iconia Tab they show in DDMS, but the created files do not show in windows explorer. They will not show in explorer even if I unplug and restart the device. I assume this is due to some difference in 3.0, something to do with the way 3.0 allows the device contents to be browsed in windows explorer without being mounted as a usb device. So, do I need to create files differently in 3.0? Or possibly my app needs to request a new permission in the mainfest file? -- 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

