Hi The android dev guide mentions on the Data Storage page that "On Android, all application data (including files) are private to that application. " 1. I wish to know how this is ensured. 2. Also, does this mean that if an application saves a file on the SD card, it will not be accessible to any other application? 3. Another related question, is it possible to save an application's data in such a way that not even the user can access that data outside of that application?
Thanks Akhilesh Gupta
