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

Commit 992f04fc authored by Robert Burns's avatar Robert Burns
Browse files

Added option to always display battery status on the lockscreen

Change-Id: I1b4c79da86ed727f6ca24fbce0d998ba6805b4f2
parent 14ec4448
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2209,6 +2209,12 @@ public final class Settings {
         */
        public static final String QUIET_HOURS_DIM = "quiet_hours_dim";

        /**
         * Whether to always show battery status
         * @hide
         */
        public static final String LOCKSCREEN_ALWAYS_BATTERY = "lockscreen_always_battery";

        /**
         * Whether to use custom notification bar
         * @hide
+641 B
Loading image diff...
+514 B
Loading image diff...
+461 B
Loading image diff...
+2 −1
Original line number Diff line number Diff line
@@ -1495,6 +1495,7 @@
    <!-- When the lock screen is showing and the phone plugged in, and the battery
         is not fully charged, show the current charge %.  -->
    <string name="lockscreen_plugged_in">Charging (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string>
    <string name="lockscreen_discharging">Discharging (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string>
    <!-- When the lock screen is showing, the phone is plugged in and the battery is fully
         charged, say that it is charged. -->
    <string name="lockscreen_charged">Charged.</string>
@@ -1503,7 +1504,7 @@

    <!-- When the lock screen is showing and the battery is low, warn user to plug
         in the phone soon. -->
    <string name="lockscreen_low_battery">Connect your charger.</string>
    <string name="lockscreen_low_battery">Connect your charger (<xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g>)</string>

    <!-- Shown in the lock screen when there is no SIM card. -->
    <string name="lockscreen_missing_sim_message_short">No SIM card.</string>
Loading