From 8271220cb6c0a0eb8bb1d9ac534265b56de86670 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 22 Mar 2018 18:47:57 -0700 Subject: [PATCH] Add summary text for "Automatic system updates" option. Fixes: 72472580 Test: m -j RunSettingsRoboTests Test: Build and flash on sailfish. Check the text. Change-Id: Ied5b307f8c43c0bdccea4996cced483ce54568e7 --- res/values/strings.xml | 5 ++++- res/xml/development_settings.xml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 41b8b6cda06..b00d503a486 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -8689,9 +8689,12 @@ Camera Laser Sensor - + Automatic system updates + + Apply updates when device restarts + Usage diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml index 282a5121533..215dee44244 100644 --- a/res/xml/development_settings.xml +++ b/res/xml/development_settings.xml @@ -104,7 +104,8 @@ + android:title="@string/ota_disable_automatic_update" + android:summary="@string/ota_disable_automatic_update_summary" />