sm6250-common: overlay: skip restoring network selection

This commit is contained in:
Demon000 2020-07-11 14:54:32 +03:00
parent 4fb4f9f4ad
commit d714a6e0a9

View File

@ -16,4 +16,8 @@
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. --> autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool> <bool name="config_showNavigationBar">true</bool>
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true-->
<bool name="skip_restoring_network_selection">true</bool>
</resources> </resources>