land: Enable LTE option
Somehow stock doesn't enable this overlay, which means that LTE is enabled some other way. AFAIK, Redmi 3S should be LTE-compatible across all models, so let's just enable it until something else crops up. Change-Id: I6be4522b95750e6c31fbc54e435e32f0101b47c7
This commit is contained in:
parent
1c4015db12
commit
bec5412c5f
1 changed files with 3 additions and 0 deletions
|
@ -36,4 +36,7 @@
|
|||
|
||||
<!-- Show Preferred Network Type options in No SIM case -->
|
||||
<bool name="config_no_sim_display_network_modes">true</bool>
|
||||
|
||||
<!-- Show enabled lte option for lte device -->
|
||||
<bool name="config_enabled_lte" translatable="false">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue