Merge "Add a Developer option of "Disable automatic update"." into nyc-dev
This commit is contained in:
@@ -7005,6 +7005,9 @@
|
||||
<!-- Toast message letting the user know the color temperature setting is not immediate -->
|
||||
<string name="color_temperature_toast">To apply color change, turn off screen</string>
|
||||
|
||||
<!-- Name of the setting to disable the automatic update -->
|
||||
<string name="ota_disable_automatic_update">Automatic system updates</string>
|
||||
|
||||
<!-- Label for category for data usage [CHAR LIMIT=30] -->
|
||||
<string name="usage">Usage</string>
|
||||
|
||||
|
||||
@@ -89,6 +89,10 @@
|
||||
android:title="@string/color_temperature"
|
||||
android:summary="@string/color_temperature_desc" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="ota_disable_automatic_update"
|
||||
android:title="@string/ota_disable_automatic_update" />
|
||||
|
||||
<PreferenceCategory android:key="debug_debugging_category"
|
||||
android:title="@string/debug_debugging_category">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user