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
This commit is contained in:
Tao Bao
2018-03-22 18:47:57 -07:00
parent 83c8451266
commit 8271220cb6
2 changed files with 6 additions and 2 deletions

View File

@@ -8689,9 +8689,12 @@
<!-- Title for Camera laser sensor switch [CHAR LIMIT=NONE] -->
<string name="camera_laser_sensor_switch">Camera Laser Sensor</string>
<!-- Name of the setting to disable the automatic update -->
<!-- Title of the setting to disable the automatic update -->
<string name="ota_disable_automatic_update">Automatic system updates</string>
<!-- Summary for the setting to disable the automatic update -->
<string name="ota_disable_automatic_update_summary">Apply updates when device restarts</string>
<!-- Label for category for data usage [CHAR LIMIT=30] -->
<string name="usage">Usage</string>

View File

@@ -104,7 +104,8 @@
<SwitchPreference
android:key="ota_disable_automatic_update"
android:title="@string/ota_disable_automatic_update" />
android:title="@string/ota_disable_automatic_update"
android:summary="@string/ota_disable_automatic_update_summary" />
<Preference
android:key="demo_mode"