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:
Zhao Wei Liew 2016-11-14 11:04:38 +08:00
parent 1c4015db12
commit bec5412c5f

View file

@ -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>