Hi, I don't think it is possible because the sdcard uses the FAT filesystem which does not support user's rights attributes.
Related to this issue is a question that I asked earlier in this forum and got no response regarding a naming convention for application data in the sdcard, so at least it becomes more difficult to an application to mess with other application's data unintentionally. I am using now a similar convention used in the /data/data directory. My applications' data directories in the sdcard are named: com.<company>.<application> Regards. On Sep 14, 10:09 pm, Iroid <[email protected]> wrote: > Hello All, > > I want to make a sdcard folder private to my application same the way > we have /data/data/<app> directory. and prevent the access of that > folder from other apps. > > How could I achieve this in android? > > Thanks > Irfan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

