Add ability to show/hide default_home preference.
This adds a new boolean flag, config_show_default_home, which when set to false will hide the default_home preference item. Bug: 62378256 Test: make RunSettingsRoboTests ROBOTEST_FILTER=DefaultHomePreferenceControllerTest Change-Id: Ibbf17ebb76b61fc8b2eac84016e3d874ca15a513
This commit is contained in:
@@ -54,4 +54,7 @@
|
||||
|
||||
<!-- Whether wallpaper attribution should be shown or not. -->
|
||||
<bool name="config_show_wallpaper_attribution">true</bool>
|
||||
|
||||
<!-- Whether default_home should be shown or not. -->
|
||||
<bool name="config_show_default_home">true</bool>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user