From e41a9cf9f71785ec3271f11265cffb4438b26f91 Mon Sep 17 00:00:00 2001 From: Etan Cohen Date: Wed, 22 Oct 2014 10:50:46 -0700 Subject: Separate VoLTE and VT configurations to enable devices/carriers to have VoLTE without VT. Change-Id: I233b003af57a550f2f51b12213700ab0451039e5 --- core/java/android/provider/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/provider/Settings.java') diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 80d33f4..98a1f05 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -6599,7 +6599,7 @@ public final class Settings { * Type: int (0 for false, 1 for true) * @hide */ - public static final String VOLTE_VT_ENABLED = "volte_vt_enabled"; + public static final String ENHANCED_4G_MODE_ENABLED = "volte_vt_enabled"; /** * Settings to backup. This is here so that it's in the same place as the settings -- cgit v1.1