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

Commit 055cb3c5 authored by Anushree Ganjam's avatar Anushree Ganjam Committed by Automerger Merge Worker
Browse files

Add WEB_SUGGEST for web suggestion results. am: 135ad32d

parents 25b0b6ca 135ad32d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,4 +46,5 @@ public class ResultType {
    public static final int PEOPLE_TILE = 1 << 14;
    public static final int LEGACY_SHORTCUT = 1 << 15;
    public static final int MEMORY = 1 << 16;
    public static final int WEB_SUGGEST = 1 << 17;
}