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

Commit 1907c12c authored by Brandon Dayauon's avatar Brandon Dayauon
Browse files

Change SCREENSHOT -> PHOTOS and added VIDEOS and SYSTEMPOINTER result type

Adding result type

bug: 257312303
test: N/A
Change-Id: I455269e2a6613c0efb96082d4086be88207065f3
parent c2be86af
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class ResultType {
    public static final int PEOPLE = 1 << 2;
    public static final int ACTION = 1 << 3;
    public static final int SETTING = 1 << 4;
    public static final int SCREENSHOT = 1 << 5;
    public static final int PHOTOS = 1 << 5;
    public static final int PLAY = 1 << 8;
    public static final int SUGGEST = 1 << 9;
    public static final int ASSISTANT = 1 << 10;
@@ -49,4 +49,6 @@ public class ResultType {
    public static final int WEB_SUGGEST = 1 << 17;
    public static final int NO_FULFILLMENT = 1 << 18;
    public static final int EDUCARD = 1 << 19;
    public static final int SYSTEM_POINTER = 1 << 20;
    public static final int VIDEO = 1 << 21;
}