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

Commit c44782ad authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge changes from topic "iorap-snap" into rvc-dev am: b4c187f5 am: 821b532b

Change-Id: I05f235e716b5724e51c1e3b69a3bcc551a359f0c
parents 41aa74ef 821b532b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ public class JobScheduledEvent implements Parcelable {
    public static final int TYPE_START_JOB = 0;
    /** JobService#onJobStopped */
    public static final int TYPE_STOP_JOB = 1;
    private static final int TYPE_MAX = 0;
    private static final int TYPE_MAX = 1;

    /** @hide */
    @IntDef(flag = true, prefix = { "TYPE_" }, value = {