Hi, I used to write backup files of my application's data to /sdcard, so they will survive if my application is removed (sometimes the user must remove it and then install a new version, and then restore the backup from the sdcard).
However, in devices with 3.2 and up, it is not possible to write to the sdcard (http://www.xda-developers.com/android/android-3-2-code- inadvertently-preventing-write-access-to-external-storage/). How can i get, using the API, a path to somewhere that can be used to create the backup, and that will remain even after the application is uninstalled? thanks guich -- 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

