need to access the system permission
问题 I am trying to access the folder of my app from data/data but it need to change the permission to 0777 . So, I had used some code that can change at run time but the permissions are not changing. It gives me error open failed: EACCES (Permission denied) . I also put this permission in manifest file below Marshmallow i need to give like in root explorer where we change the folder rwxrwxrw <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> Here this is my code String[]