Display "No service" on status bar when SIM unready
Introduce carrier config to forcibly display "No Service" instead of "Emergency calls only" when SIM is unready. Test: manual - checked displaying "No service" on status bar Bug: 29191964 Merged-In: I744ec9a3c70376199ba94d68331604276ea761c3 Change-Id: I744ec9a3c70376199ba94d68331604276ea761c3
This commit is contained in:
committed by
Jordan Liu
parent
0f4421873e
commit
b267ecde4b
@@ -3004,4 +3004,8 @@
|
||||
|
||||
<!-- Allow SystemUI to show the shutdown dialog -->
|
||||
<bool name="config_showSysuiShutdown">true</bool>
|
||||
|
||||
<!-- Decide whether to display 'No service' on status bar instead of 'Emergency calls only'
|
||||
when SIM is unready. -->
|
||||
<bool name="config_display_no_service_when_sim_unready">false</bool>
|
||||
</resources>
|
||||
|
||||
@@ -3065,4 +3065,6 @@
|
||||
<java-symbol type="layout" name="shutdown_dialog" />
|
||||
<java-symbol type="dimen" name="chooser_service_spacing" />
|
||||
<java-symbol type="bool" name="config_showSysuiShutdown" />
|
||||
|
||||
<java-symbol type="bool" name="config_display_no_service_when_sim_unready" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user