How can I display the folders that require root acess in android? -
i working on android app , want user able view folders require root access. tried looking through cyanogenmod file manager code try , trying su command in java runtime thing, had no luck.
you cannot without rooting device (which means gaining required root access level). that's reason permission system - keep away places should not looking in.
Comments
Post a Comment