On Wed, Oct 13, 2010 at 1:49 PM, kypriakos <[email protected]> wrote: > That's what I was looking for - thanks. Regarding the storage of files > for each app though (yes both apps are mine) should they still be > storing their corresponding files in their own sandbox and each of > will use the path to each other's space?
An app's on-board files get removed when the app gets uninstalled. Hence, each app needs whatever it needs in case the other app gets uninstalled. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.1 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

