Failed running an app as root
问题 I made a filemanager that I want go be able to navegate/modify some system folders (say, /data/ ). I copied my apk to /system/app, gave 644 permission to the apk file, and rebooted. Yet, my app is still run without root privileges (deny simple access to /data ). I'm using Cyanogenmod 11. Any clue? Thanks! L. 回答1: To clarify, the app being in the /system/app folder does not run it as root . Android is linux based, so having root access means that your app is able to run shell commands as the