Merge "Change to hide video telephony setting if VT is not provisioned." into nyc-mr1-dev
diff --git a/src/com/android/phone/CallFeaturesSetting.java b/src/com/android/phone/CallFeaturesSetting.java
index 69e17f6..111e263 100644
--- a/src/com/android/phone/CallFeaturesSetting.java
+++ b/src/com/android/phone/CallFeaturesSetting.java
@@ -283,6 +283,7 @@
}
if (ImsManager.isVtEnabledByPlatform(mPhone.getContext()) &&
+ ImsManager.isVtProvisionedOnDevice(mPhone.getContext()) &&
mPhone.mDcTracker.isDataEnabled(true)) {
boolean currentValue =
ImsManager.isEnhanced4gLteModeSettingEnabledByUser(mPhone.getContext())