13.04.2011 15:49, Kacee пишет:
I agree , Sdcard has FAT32. But since , android linux kernel accesses
FAT32 to create file on it, isnt there any way to supply more
information (like permissions) along with creating a file command ? I
checked this post but cudnt get how to do it or even if it is of any


Even if there was a way to restrict on-device applications, the user can still eject the memory card and read the files somewhere else.


http://groups.google.com/group/android-developers/browse_thread/thread/7ca63e1dd9a71ce2

CAn anything be done with /etc/fstab ?

The fstab cannot be changed by SDK applications, doing this requires root, which not everyone has.

You could possibly implement some restrictions in your own firmware, but even then you won't be able to prevent the users from taking out the memory card.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to