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

Commit 9f210225 authored by Hung Nguyen's avatar Hung Nguyen
Browse files

Fix typo in zram maintenace battery sys prop

Bug: 375432472
Test: m

Change-Id: I577946731854c6396468aafef9869eead165d585
parent ae489fac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class ZramMaintenance extends JobService {
    private static final boolean DEFAULT_REQUIRE_DEVICE_IDLE =
            true;
    private static final String REQUIRE_BATTERY_NOT_LOW_PROP =
            "zram.maintenance.require_battry_not_low";
            "zram.maintenance.require_battery_not_low";
    private static final boolean DEFAULT_REQUIRE_BATTERY_NOT_LOW =
            true;