Merge "Expand Wifi Picker Menu by default."
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9ec2e9a..9c2c964 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4452,6 +4452,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] -->