Telephony: Add overlay to skip restoring network selection mode.
-Skip restoring saved network selection mode since modem can handle this. -During Telephony initialization, GsmSsT reads this overlay and based on its current value(true) skips the restoring of network selection mode. Change-Id: Ib3b94363d44d2e10685193d05619536cfbf8eb64 CRs-Fixed: 284485
This commit is contained in:
parent
cd8df5673a
commit
838968478d
|
@ -98,4 +98,8 @@
|
|||
<!-- If this is true, the screen will come on when you plug/unplug usb/power/whatever. -->
|
||||
<bool name="config_unplugTurnsOnScreen">true</bool>
|
||||
|
||||
<!-- Boolean indicating if restoring network selection should be skipped -->
|
||||
<!-- The restoring is handled by modem if it is true-->
|
||||
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue