Tag:android development

  • adb modify file permissions

    Time:2023-10-30

    1. adb View file read and write permissions You can use the adb shell ls -l command to view the read and write permissions of a file or folder. For example, to check the permissions of the folder /sdcard/myfolder, you can use the following command: adb shell ls -l /sdcard/myfolder The system displays detailed information […]