Skip to content

Commit

Permalink
IMS-VT: Add support for Low battery
Browse files Browse the repository at this point in the history
-- Add configuration flags to support low battery

Change-Id: I3f4ff1f30ba50b4256511d6f1a745f2fc7f32efd
CRs-Fixed: 781747
  • Loading branch information
Suresh Koleti committed Jul 15, 2016
1 parent 6cd4985 commit 6149b2f
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 6149b2f

Please sign in to comment.