Skip to content

Commit

Permalink
Update app/src/main/java/jp/co/cyberagent/stf/query/GetRootStatusResp…
Browse files Browse the repository at this point in the history
…onder.java

Co-Authored-By: thinkhy <[email protected]>
  • Loading branch information
koral-- and thinkhy authored Feb 11, 2019
1 parent 219a2cb commit 1c70fa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static boolean checkRootMethod2() {

private static boolean checkRootMethod3() {
Process process = null;
BufferedReader in;
BufferedReader in = null;
try {
process = Runtime.getRuntime().exec(new String[] { "/system/xbin/which", "su" });
in = new BufferedReader(new InputStreamReader(process.getInputStream()));
Expand Down

0 comments on commit 1c70fa5

Please sign in to comment.