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

Commit 7c73c6f8 authored by Govinda Wasserman's avatar Govinda Wasserman Committed by android-build-merger
Browse files

Merge "Adds onInvocationProgress method to AssistManager." into qt-dev

am: f43587e4

Change-Id: I451d746bee079e1e811169281f2b9db20eb8b215
parents 76d5fb3f f43587e4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -204,6 +204,11 @@ public class AssistManager implements ConfigurationChangedReceiver {
        return false;
    }

    /** Called when the user is performing an assistant invocation action (e.g. Active Edge) */
    public void onInvocationProgress(int type, float progress) {
        // intentional no-op, vendor's AssistManager implementation should override if needed.
    }

    public void hideAssist() {
        mAssistUtils.hideCurrentSession();
    }