Skip to content

Commit

Permalink
NLA: Do not skip restoring network selection
Browse files Browse the repository at this point in the history
* it seems like we are missing framework specific patch on vanilla AOSP?
* get network selection from real network indicators instead

Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
  • Loading branch information
minaripenguin authored and Niemandausduisburg committed Aug 20, 2023
1 parent e1fc274 commit 82c2a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@

<!-- 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>
<bool name="skip_restoring_network_selection">false</bool>

<!-- Enables or disables fading edges when marquee is enabled in TextView.
Off by default, since the framebuffer readback used to implement the
Expand Down

0 comments on commit 82c2a0e

Please sign in to comment.