Handle the network selection restoring in modem side

Bug: 275265652
Test: manual
Change-Id: I9efb0e88a43bffcd908c21364dc30c675d6dcf7a
This commit is contained in:
Gary Jian 2023-03-29 09:07:07 +00:00
parent 6f61a45b39
commit c31879f687

View file

@ -280,4 +280,8 @@
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
<bool name="config_zramWriteback">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>