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

Commit d95e1d6e authored by Lei Yu's avatar Lei Yu Committed by Android (Google) Code Review
Browse files

Merge "Update comment for BATTERY_TIP_CONSTANTS"

parents 253c5cce 87321195
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -10128,7 +10128,8 @@ public final class Settings {
         * This is encoded as a key=value list, separated by commas. Ex:
         *
         * "battery_tip_enabled=true,summary_enabled=true,high_usage_enabled=true,"
         * "high_usage_app_count=3,reduced_battery_enabled=false,reduced_battery_percent=50"
         * "high_usage_app_count=3,reduced_battery_enabled=false,reduced_battery_percent=50,"
         * "high_usage_battery_draining=25,high_usage_period_ms=3000"
         *
         * The following keys are supported:
         *
@@ -10138,6 +10139,8 @@ public final class Settings {
         * battery_saver_tip_enabled        (boolean)
         * high_usage_enabled               (boolean)
         * high_usage_app_count             (int)
         * high_usage_period_ms             (long)
         * high_usage_battery_draining      (int)
         * app_restriction_enabled          (boolean)
         * reduced_battery_enabled          (boolean)
         * reduced_battery_percent          (int)