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

Commit c95f92b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix to schedule the bgdexopt job even if the user doesn't unlock after boot." into main

parents a0d4016e 3f0d23c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1050,7 +1050,7 @@ public final class DexOptHelper {
                context.unregisterReceiver(this);
                artManager.scheduleBackgroundDexoptJob();
            }
        }, new IntentFilter(Intent.ACTION_BOOT_COMPLETED));
        }, new IntentFilter(Intent.ACTION_LOCKED_BOOT_COMPLETED));
    }

    /**