[Q] Quick Coding Question


nephron

Members
Nov 12, 2010
43
16
Hello!

Im trying to learn how to code for android and am trying to create a simple file explorer (doesnt do anything but view files and folder) with root access except i have no idea how to give it root privileges. I tried running the "su" command at the onCreate() and the app asks for root from the superuser app but it doesnt give the app root privileges. I cant see files in /data or in /cache. Any help would be appreciated. :D