sm8350-common: overlay: Disable global mode and CDMA choices
* Cleans up mobile network settings. * CAF already disables world mode in CarrierConfig which is the proper way to do it, so remove the overlay entierly since it's deprecated anyways. Change-Id: Ib331062fa77a18661bbfcd1a49f62ddf9144228c Signed-off-by: DigiGoon <kagatharatarang@gmail.com>
This commit is contained in:
parent
e90d4f203d
commit
a2e8135160
1 changed files with 2 additions and 2 deletions
|
|
@ -45,10 +45,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.-->
|
|||
|
||||
<carrier_config>
|
||||
<boolean name="apn_expand_bool" value="true" />
|
||||
<boolean name="world_phone_bool" value="true" />
|
||||
<boolean name="world_phone_bool" value="false" />
|
||||
<boolean name="allow_adding_apns_bool" value="true" />
|
||||
<boolean name="hide_preferred_network_type_bool" value="false" />
|
||||
<boolean name="show_cdma_choices_bool" value="true" />
|
||||
<boolean name="show_cdma_choices_bool" value="false" />
|
||||
<boolean name="allow_video_call_in_low_battery" value="true" />
|
||||
<boolean name="config_enable_display_14digit_imei" value="false" />
|
||||
<!-- Determines whether UI extensions for video calls should be used or not -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue