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

Commit 0c104a50 authored by Brandon Dayauon's avatar Brandon Dayauon
Browse files

Change Photos -> IMAGE

Per DongHui's request to change Photos to singular
*changing to IMAGE instead

bug: 257312303
test: N/A
Change-Id: I0c7788d2dcc4130a430927e3663dc2c84bdad754
parent 1907c12c
Loading
Loading
Loading
Loading
+1 −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 PHOTOS = 1 << 5;
    public static final int IMAGE = 1 << 5;
    public static final int PLAY = 1 << 8;
    public static final int SUGGEST = 1 << 9;
    public static final int ASSISTANT = 1 << 10;