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

Commit 135ad32d authored by Anushree Ganjam's avatar Anushree Ganjam
Browse files

Add WEB_SUGGEST for web suggestion results.

Bug: 220922858
Test: Manual

Change-Id: Ie269febaafe3027acfce5806ec3ce4ac57545000
parent 25b0b6ca
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;
}