Skip to content
Advertisement

Tag: android-shell

Android file permissions on Android 6.0

I want to list files and directories under “/proc” in Android. When running as my application process, many files are not readable. If I list the directory as the shell user I get the following output: If I list the the directory as my app process (using run-as [PACKAGE_NAME]): Obviously, the files that I received a “Permission denied” error on

Advertisement