Create a read-only folder in sdcard in android

前端 未结 5 1640
无人共我
无人共我 2020-12-21 19:14

I want to create a folder in sdcard in an android device and I want to set a folder permission for the creating folder. The folder permission should be that from only from m

5条回答
  •  情话喂你
    2020-12-21 19:55

    FAT32, the standard SD card file system, does not support file permissions. This means that any file is world readable and world writeable.

提交回复
热议问题