Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a666dbb6 authored by Jordan Liu's avatar Jordan Liu Committed by Gerrit Code Review
Browse files

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

parents ed6ae8f2 d1aa2506
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2971,4 +2971,8 @@

    <!-- An array of packages that need to be treated as type service in battery settings -->
    <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>
+1 −0
Original line number Diff line number Diff line
@@ -3038,4 +3038,5 @@
  <java-symbol type="array" name="config_batteryPackageTypeSystem" />
  <java-symbol type="array" name="config_batteryPackageTypeService" />

  <java-symbol type="bool" name="config_display_no_service_when_sim_unready" />
</resources>