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

Commit 89c44858 authored by Salvador Martinez's avatar Salvador Martinez
Browse files

Add a generic 'confirm' string for battery saver

Apparently this doesn't exist yet and we'll need it in a bit.
It will go in the first time battery saver dialog.

Test: phone boots
Bug: 128924009
Change-Id: I49f13d3370d8d32402520749a0d8ba64faa788d8
parent c90040e0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4816,6 +4816,9 @@
    <!-- Notification shown when device owner silently deletes a package [CHAR LIMIT=NONE] -->
    <string name="package_deleted_device_owner">Deleted by your admin</string>

    <!-- [CHAR LIMIT=25] String for confirmation button to enable a feature gated by the battery saver warning-->
    <string name="confirm_battery_saver">Confirm</string>

    <!-- [CHAR_LIMIT=NONE] Battery saver: Feature description, with a "learn more" link. -->
    <string name="battery_saver_description_with_learn_more">To extend your battery life, Battery Saver turns off some device features and restricts apps. <annotation id="url">Learn More</annotation></string>