Move config_enabled_lte overlay to device folder.

Move config_enabled_lte overlay to device folder so that AOSP can
also apply it.

Bug: 71830982
Test: manual
Change-Id: I5c4b2c895d0bfeb8bb36d2c8a2333b75127b6d60
This commit is contained in:
Malcolm Chen
2018-02-06 18:44:28 -08:00
parent c1ec9b604d
commit 525817e9ec

View File

@@ -19,4 +19,6 @@
<resources>
<!-- Allow handover from telephony calls to another ConnectionService. -->
<bool name="config_support_handover_from">true</bool>
<!-- Show enabled lte option for lte device -->
<bool name="config_enabled_lte" translatable="false">true</bool>
</resources>