run executable

This commit is contained in:
2022-05-29 20:14:50 +02:00
parent 592abe5b0d
commit 7167f0c03d
14 changed files with 306 additions and 7 deletions

View File

@@ -1907,4 +1907,9 @@ public class Actions
return android.provider.Settings.Global.getInt(context.getContentResolver(), android.provider.Settings.Global.AIRPLANE_MODE_ON, 0) != 0;
}
}
public static boolean runExecutable(Context context, boolean runAsRoot, String pathAndParams)
{
return false;
}
}