Skip to content

Instantly share code, notes, and snippets.

@mhewedy
Created July 5, 2013 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhewedy/5937773 to your computer and use it in GitHub Desktop.
Save mhewedy/5937773 to your computer and use it in GitHub Desktop.
How android treat private files (set rw for user/group), and world accessible (rw for user/group and w or r to others)
root@android:/data/data/com.myapps.intents/files # l
-rw-rw---- u0_a46 u0_a46 12 2013-07-05 23:02 mode_private.txt
-rw-rw--w- u0_a46 u0_a46 10 2013-07-05 23:02 mode_world.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment