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

Commit f6649472 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am ba38155d: Merge "Fix issue #23037720: New Battery Optimization Strings" into mnc-dev

* commit 'ba38155d':
  Fix issue #23037720: New Battery Optimization Strings
parents 6aeabbf2 ba38155d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6743,12 +6743,12 @@
    </plurals>
    <!-- Title of prompt dialog app can invoke to turn off optimization [CHAR LIMIT=NONE] -->
    <string name="high_power_prompt_title">Ignore battery optimizations</string>
    <string name="high_power_prompt_title">Ignore battery optimizations?</string>
    <!-- Body text of prompt dialog app can invoke to turn off optimization [CHAR LIMIT=NONE] -->
    <string name="high_power_prompt_body">Allow
        <xliff:g id="app_name" example="Settings">%1$s</xliff:g> to stay connected in the
        background (may use more battery)?</string>
    <string name="high_power_prompt_body">Let app
        <xliff:g id="app_name" example="Settings">%1$s</xliff:g> stay connected in the
        background?  This may use more battery.</string>
    <!-- Summary of power usage for an app [CHAR LIMIT=NONE] -->
    <string name="battery_summary"><xliff:g id="percentage" example="2">%1$d</xliff:g>%% use since last full charge</string>