From 00b0ff1377632a9b71145d1b0b4a4d7614be8149 Mon Sep 17 00:00:00 2001 From: Jeff Davidson Date: Mon, 27 Mar 2017 10:17:43 -0700 Subject: [PATCH] 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 --- res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index d0a8bdde976..dfd51b812b1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4454,6 +4454,8 @@ Background activity + + Allow the app to run in the background App can run in the background when not in use