INNER CODE UNIT · Java

getState

deltazefiro/Amarok-Hider · app/src/main/java/deltazero/amarok/Hider.java:58

    public static State getState() {
        return state.getValue();
    }

    public static void hide(Context context) {
        PrefMgr.getAppHider(context).tryToActivate((appHiderClass, succeed, msg) -> {
            if (succeed) {
                processHide(context);
                return;
            }
            if (context instanceof Activity)
                showNoHiderDialog(context, msg);
            else
                showNoHiderToast(context, msg);
        });

        // Avoid password or disguise right after hide
        if (PrefMgr.getDisableSecurityWhenUnhidden()) {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…