Android Question Obtaining Directory Permissions

Richard Peck

Member
Licensed User
Longtime User
I know, but that's using the shell command. What I'm trying to do is to obtain the existing permissions before changing them. I
know I can use the shell command "ls -l' to get them but I trying not to have to parse the results to find the permission. I'm tring to
You can run 'chmod' with Phone.Shell and parse the result.
 
Upvote 0
Top