Skip to content

Instantly share code, notes, and snippets.

@rbochet
Created March 18, 2011 15:59
Show Gist options
  • Save rbochet/876326 to your computer and use it in GitHub Desktop.
Save rbochet/876326 to your computer and use it in GitHub Desktop.
How to ask for root privileges.
Process root = Runtime.getRuntime().exec("su");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment