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

Commit d7e16851 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Use the right package name for MountServiceIdler"

parents 6d3912e2 f8ad7a90
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -30,8 +30,7 @@ public class MountServiceIdler extends JobService {
    private static final String TAG = "MountServiceIdler";

    private static ComponentName sIdleService =
            new ComponentName(MountServiceIdler.class.getPackage().getName(),
                    MountServiceIdler.class.getName());
            new ComponentName("android", MountServiceIdler.class.getName());

    private static int MOUNT_JOB_ID = 808;