Skip to content

Instantly share code, notes, and snippets.

View C0LPAN1C's full-sized avatar
🏠
Working from home

C0L0N3L P@N!C C0LPAN1C

🏠
Working from home
View GitHub Profile
package org.strongswan.android.utils;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.File;
/**
* Created by amitapollo on 2/7/16.
*/
public class RootUtil {
public static boolean isDeviceRooted() {
return checkRootMethod1() || checkRootMethod2() || checkRootMethod3();