Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 564a0acd authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun Committed by Automerger Merge Worker
Browse files

Merge "Log toggle status for LPNH and LPH in Settings." into udc-qpr-dev am: 6c3cd3c0

parents c18764fc 6c3cd3c0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -36,6 +36,16 @@ public class AssistStateManager implements ResourceBasedOverride {
        return false;
    }

    /** Return {@code true} if the Settings toggle is enabled. */
    public boolean isSettingsNavHandleEnabled() {
        return false;
    }

    /** Return {@code true} if the Settings toggle is enabled. */
    public boolean isSettingsHomeButtonEnabled() {
        return false;
    }

    /** Dump states. */
    public void dump(String prefix, PrintWriter writer) {}
}