Skip to content

Commit

Permalink
Merge "IMS-VT: Add support for Low battery"
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Jul 21, 2016
2 parents 764328c + 6149b2f commit 294d1ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions device/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.-->
<boolean name="world_phone_bool" value="true" />
<boolean name="allow_adding_apns_bool" value="true" />
<boolean name="hide_preferred_network_type_bool" value="false" />
<boolean name="allow_video_call_in_low_battery" value="true" />
</carrier_config>

<carrier_config mcc="405" mnc="840">
Expand Down Expand Up @@ -159,4 +160,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.-->
<boolean name="config_display_wfc_mode" value="false" />
<int name="carrier_default_wfc_ims_mode_int" value="2" />
</carrier_config>

<carrier_config mcc="450" mnc="05">
<boolean name="allow_video_call_in_low_battery" value="false" />
</carrier_config>

<carrier_config mcc="450" mnc="06">
<boolean name="allow_video_call_in_low_battery" value="false" />
</carrier_config>

<carrier_config mcc="450" mnc="08">
<boolean name="allow_video_call_in_low_battery" value="false" />
</carrier_config>
</carrier_config_list>

0 comments on commit 294d1ab

Please sign in to comment.