Merge "Display network name in status bar"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f60c99af53
@@ -73,6 +73,9 @@
|
||||
<!-- If the support features are enabled. -->
|
||||
<bool name="config_support_enabled">false</bool>
|
||||
|
||||
<!-- Whether to enable "show operator name in the status bar" setting -->
|
||||
<bool name="config_showOperatorNameInStatusBar">false</bool>
|
||||
|
||||
<!-- List containing the component names of pre-installed screen reader services. -->
|
||||
<string-array name="config_preinstalled_screen_reader_services" translatable="false">
|
||||
<!--
|
||||
|
||||
@@ -9016,6 +9016,11 @@
|
||||
<!-- Temporary reboot string, will be removed -->
|
||||
<string name="change_theme_reboot" translatable="false">Changing the theme requires a restart.</string>
|
||||
|
||||
<!-- Switch label to show operator name in the status bar [CHAR LIMIT=60] -->
|
||||
<string name="show_operator_name_title">Network name</string>
|
||||
<!-- Switch summary to show operator name in the status bar [CHAR LIMIT=NONE] -->
|
||||
<string name="show_operator_name_summary">Display network name in status bar</string>
|
||||
|
||||
<!-- Indicates if the automatic storage manager is enabled or not. [CHAR_LIMIT=40] -->
|
||||
<string name="storage_manager_indicator">Storage Manager: <xliff:g id="status" example="on">^1</xliff:g></string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user