Add flag to hide top-level accessibility.

Bug: None
Test: robotests
Change-Id: I67cee6054e54389812bc025e637029547c8f2896
This commit is contained in:
Ben Lin
2019-03-01 16:13:23 -08:00
parent 7d776450e3
commit 5124ab5d92
5 changed files with 103 additions and 1 deletions

View File

@@ -330,6 +330,9 @@
<!-- Whether device_model should be shown or not. -->
<bool name="config_show_device_model">true</bool>
<!-- Whether top_level_accessibility should be shown or not. -->
<bool name="config_show_top_level_accessibility">true</bool>
<!-- Whether top_level_battery should be shown or not. -->
<bool name="config_show_top_level_battery">true</bool>