Add ability to show/hide System Update.
This adds one flag: config_show_system_update_settings Which when set to false will hide "System update" from System page. This is useful for devices that controls its system update elsewhere. Bug: 69813881 Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.deviceinfo Change-Id: Ibd1291ffd8948419e8aa06d0721842246a069378
This commit is contained in:
@@ -155,4 +155,7 @@
|
||||
|
||||
<!-- Whether assist_and_voice_input should be shown or not. -->
|
||||
<bool name="config_show_assist_and_voice_input">true</bool>
|
||||
|
||||
<!-- Whether system_update_settings should be shown or not. -->
|
||||
<bool name="config_show_system_update_settings">true</bool>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user