diff options
author | Etan Cohen <etancohen@google.com> | 2014-10-22 10:50:46 -0700 |
---|---|---|
committer | Etan Cohen <etancohen@google.com> | 2014-10-23 19:15:13 +0000 |
commit | e41a9cf9f71785ec3271f11265cffb4438b26f91 (patch) | |
tree | 7f7921d85b6a55dfc8d0a908c037265c05cb62d5 /core/java/android/provider/Settings.java | |
parent | b1df48e469cae5b0f3888c4d0410b78153503069 (diff) | |
download | frameworks_base-e41a9cf9f71785ec3271f11265cffb4438b26f91.zip frameworks_base-e41a9cf9f71785ec3271f11265cffb4438b26f91.tar.gz frameworks_base-e41a9cf9f71785ec3271f11265cffb4438b26f91.tar.bz2 |
Separate VoLTE and VT configurations to enable devices/carriers to have VoLTE without VT.
Change-Id: I233b003af57a550f2f51b12213700ab0451039e5
Diffstat (limited to 'core/java/android/provider/Settings.java')
-rw-r--r-- | core/java/android/provider/Settings.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |