packages/apps/Settings
リビジョン | 6117acedb07e4d9aa057b07db85ae80bc131985d (tree) |
---|---|
日時 | 2020-11-19 15:43:06 |
作者 | Wesley.CW Wang <wesleycwwang@goog...> |
コミッター | Wesley Wang |
Add Battery Defender strings to Settings
Bug: 172794045
Test: make SettingsRoboTests
Change-Id: I44f669879a4cb141d3107f77c6a78a1a4406e37c
@@ -5653,6 +5653,10 @@ | ||
5653 | 5653 | <string name="battery_tip_high_usage_title" product="device">Device used more than usual</string> |
5654 | 5654 | <!-- Summary for the battery high usage tip, which presents battery may run out earlier [CHAR LIMIT=NONE] --> |
5655 | 5655 | <string name="battery_tip_high_usage_summary">Battery may run out earlier than usual</string> |
5656 | + <!-- Title for the battery limited temporarily tip [CHAR LIMIT=NONE] --> | |
5657 | + <string name="battery_tip_limited_temporarily_title">Battery limited temporarily</string> | |
5658 | + <!-- Summary for the battery limited temporarily tip [CHAR LIMIT=NONE] --> | |
5659 | + <string name="battery_tip_limited_temporarily_summary">Helps preserve battery health. Tap to learn more.</string> | |
5656 | 5660 | <!-- Message for battery tip dialog to show the status about the battery [CHAR LIMIT=NONE] --> |
5657 | 5661 | <string name="battery_tip_dialog_message" product="default">Your phone has been used more than usual. Your battery may run out sooner than expected.\n\nTop apps by battery usage:</string> |
5658 | 5662 | <!-- Message for battery tip dialog to show the status about the battery [CHAR LIMIT=NONE] --> |