summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider
diff options
context:
space:
mode:
authorLibin.Tang@motorola.com <w16529@motorola.com>2014-10-10 14:55:57 -0500
committerPavel Zhamaitsiak <pavelz@google.com>2014-10-15 16:12:39 -0700
commit0499bb5de45cf5542db7ac42406cd856d3386f1f (patch)
treef9e28a892505eb8161b9786d7d5aa62320312142 /core/java/android/provider
parent512c2330c652c56996bf3ef63ddad242752cebcd (diff)
downloadframeworks_base-0499bb5de45cf5542db7ac42406cd856d3386f1f.zip
frameworks_base-0499bb5de45cf5542db7ac42406cd856d3386f1f.tar.gz
frameworks_base-0499bb5de45cf5542db7ac42406cd856d3386f1f.tar.bz2
IMS:change enhanced 4g setting to store in setting db.
Change-Id: I2ec37478e2bef5b15b157e490f75d5dda5f97117
Diffstat (limited to 'core/java/android/provider')
-rw-r--r--core/java/android/provider/Settings.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index e7ac6f6..75c435e 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -6588,6 +6588,14 @@ public final class Settings {
public static final String REQUIRE_PASSWORD_TO_DECRYPT = "require_password_to_decrypt";
/**
+ * Whether the Volte/VT is enabled
+ * <p>
+ * Type: int (0 for false, 1 for true)
+ * @hide
+ */
+ public static final String VOLTE_VT_ENABLED = "volte_vt_enabled";
+
+ /**
* Settings to backup. This is here so that it's in the same place as the settings
* keys and easy to update.
*