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

Commit c2be86af authored by Anushree Ganjam's avatar Anushree Ganjam Committed by Android (Google) Code Review
Browse files

Merge "Add NO_FULFILLMENT and EDUCARD to ResultType" into tm-qpr-dev

parents 2021d6ce 05e7bbb7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,4 +47,6 @@ public class ResultType {
    public static final int LEGACY_SHORTCUT = 1 << 15;
    public static final int MEMORY = 1 << 16;
    public static final int WEB_SUGGEST = 1 << 17;
    public static final int NO_FULFILLMENT = 1 << 18;
    public static final int EDUCARD = 1 << 19;
}