Advertisement
rabbit2190

RootMain

Feb 28th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. ```
  2. package com.example.myapp.root;
  3.  
  4. // imports
  5.  
  6. public class RootMain {
  7.     public static void main(String[] args) {
  8.         RootJava.restoreOriginalLdLibraryPath(); // required
  9.  
  10.         System.out.println("Hello World!");
  11.         android.util.Log.i("myapp:root", "Hello World!");
  12.     }
  13. }
  14. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement