manager: ui state for safemode

This commit is contained in:
tiann
2023-02-13 22:41:32 +08:00
parent 06659dca43
commit c09a4d40db
12 changed files with 59 additions and 25 deletions
@@ -21,4 +21,6 @@ public final class Natives {
public static native int[] getDenyList();
public static native boolean allowRoot(int uid, boolean allow);
public static native boolean isSafeMode();
}