Merge "Display "No service" on status bar when SIM unready"

This commit is contained in:
Jordan Liu
2017-10-05 23:30:45 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 0 deletions

View File

@@ -2971,4 +2971,8 @@
<!-- An array of packages that need to be treated as type service in battery settings --> <!-- An array of packages that need to be treated as type service in battery settings -->
<string-array translatable="false" name="config_batteryPackageTypeService"/> <string-array translatable="false" name="config_batteryPackageTypeService"/>
<!-- 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> </resources>

View File

@@ -3038,4 +3038,5 @@
<java-symbol type="array" name="config_batteryPackageTypeSystem" /> <java-symbol type="array" name="config_batteryPackageTypeSystem" />
<java-symbol type="array" name="config_batteryPackageTypeService" /> <java-symbol type="array" name="config_batteryPackageTypeService" />
<java-symbol type="bool" name="config_display_no_service_when_sim_unready" />
</resources> </resources>