zhanghai / MaterialFiles

Material Design file manager for Android
https://play.google.com/store/apps/details?id=me.zhanghai.android.files
GNU General Public License v3.0
5.87k stars 398 forks source link

Permission in File Properties #631

Closed FarzadMansouri closed 2 years ago

FarzadMansouri commented 2 years ago

when open file properties and swipe to permission, it has not any action

zhanghai commented 2 years ago

Please provide more details, e.g. where the file is, and a screenshot.

FarzadMansouri commented 2 years ago

after change mode it dosen't any change Screenshot_20211208-152653_Material_Files Screenshot_20211208-152704_Material_Files Screenshot_20211208-152718_Material_Files

zhanghai commented 2 years ago

Ah, this is just how Android behaves - the app issues the syscalls to change the modes correctly, but for internal SD card the system (or the sdcardfs to be precise) ignores it, i.e. the system misbehaves. If you try to do this for files under /data/local/tmp/ (requires root) it would work properly.