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

Commit bb5b01fc authored by Harshit Mahajan's avatar Harshit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Create isRecoveryTriggeredReboot SystemApi" into main

parents 4c7c6c5d 41d4ea0d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1317,7 +1317,6 @@ public class PackageWatchdog {
     * Check if we're currently attempting to reboot during mitigation. This method must return
     * true if triggered reboot early during a boot loop, since the device will not be fully booted
     * at this time.
     * @hide
     */
    public static boolean isRecoveryTriggeredReboot() {
        return isFactoryResetPropertySet() || isRebootPropertySet();