Fix build breakage in branches downstream of master.
R.string.background_activity_summary was deleted in master, but is still referenced by res/xml/power_usage_details.xml. master builds because the stale translations are currently still present, but will suddenly fail to build as soon as the translations are updated. Downstream branches of master which don't have translations configured are already broken. Reintroduce the old string to fix the builds. Change-Id: I20c6aa41c97644a2733ff92a459587e3cb6bf7a0 Test: Will rely on TreeHugger Fixes: 36619997
This commit is contained in:
@@ -4454,6 +4454,8 @@
|
||||
|
||||
<!-- Title for the background activity setting, which allows a user to control whether an app can run in the background [CHAR_LIMIT=40] -->
|
||||
<string name="background_activity_title">Background activity</string>
|
||||
<!-- Summary for the background activity [CHAR_LIMIT=120] -->
|
||||
<string name="background_activity_summary">Allow the app to run in the background</string>
|
||||
<!-- Summary for the background activity when it is on [CHAR_LIMIT=120] -->
|
||||
<string name="background_activity_summary_on">App can run in the background when not in use</string>
|
||||
<!-- Summary for the background activity when it is off [CHAR_LIMIT=120] -->
|
||||
|
Reference in New Issue
Block a user