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

Commit ede1c8f3 authored by Govinda Wasserman's avatar Govinda Wasserman Committed by Automerger Merge Worker
Browse files

Merge "Generify variable name" into rvc-dev am: f0059d21 am: 4489e367 am:...

Merge "Generify variable name" into rvc-dev am: f0059d21 am: 4489e367 am: b05d58aa am: 364d91f4

Change-Id: I579636e1e60cf11aa1ce75306d69db0d6ec40ee8
parents eb06b1bf 364d91f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ public class AssistManager {
    protected static final String CONSTRAINED_KEY = "should_constrain";

    public static final int INVOCATION_TYPE_GESTURE = 1;
    public static final int INVOCATION_TYPE_ACTIVE_EDGE = 2;
    public static final int INVOCATION_TYPE_OTHER = 2;
    public static final int INVOCATION_TYPE_VOICE = 3;
    public static final int INVOCATION_TYPE_QUICK_SEARCH_BAR = 4;
    public static final int INVOCATION_HOME_BUTTON_LONG_PRESS = 5;