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

Commit 6beaa597 authored by Anushree Ganjam's avatar Anushree Ganjam
Browse files

Add User group logging for Omnient

Bug: 369604840
Test: Manual
Flag: EXEMPT Omnient feature is launched
Change-Id: I5184ebf001d5c741f36592360e5a7f7b2292c0d5
parent 242d5b9e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -168,6 +168,13 @@ public class ContextualSearchStateManager implements ResourceBasedOverride, Safe
        return 0;
    }

    /**
     * Get the User group based on the behavior to trigger Assistant.
     */
    public Optional<Integer> getLPUserGroup() {
        return Optional.empty();
    }

    /** Get the haptic bit overridden by AGSA. */
    public Optional<Boolean> getShouldPlayHapticOverride() {
        return Optional.empty();