On Fri, Jul 30, 2010 at 3:08 PM, Shane Isbell <[email protected]> wrote: > Does this mean that apps installed on SD card are not going to be able to > store private data (Context.MODE_PRIVATE) on device?
AFAIK, the app's local files (e.g., getFilesDir()) is still in the on-board flash, not on the SD card, even if the app is installed to the SD card. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.9 Available! -- 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

