Skip to content

Commit

Permalink
davinci: overlay: Disable global mode and CDMA choices
Browse files Browse the repository at this point in the history
Cleans up mobile network settings

Change-Id: Ib331062fa77a18661bbfcd1a49f62ddf9144228c
  • Loading branch information
xboxfanj authored and ArianK16a committed Apr 25, 2021
1 parent 18b3314 commit 617bc44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 617bc44

Please sign in to comment.