summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJordan Liu <jminjie@google.com>2017-11-13 21:53:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-13 21:53:24 +0000
commit0f113b2f25f173c6a341dafb0349331925f8aaed (patch)
tree199662eabed1c2ac1876f84eff3602224cae3289 /core/java
parente7240a52e240b29a0df7b5904018f6ab8efdd7b1 (diff)
parent14723e314c98182bc9b7a1eaa06bdc35dc51637b (diff)
Merge "Customize the default value of Enhanced 4G LTE mode"
Diffstat (limited to 'core/java')
-rw-r--r--[-rwxr-xr-x]core/java/android/provider/Settings.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 6981ffcae72d..d230d2d14417 100755..100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -9946,7 +9946,8 @@ public final class Settings {
public static final String REQUIRE_PASSWORD_TO_DECRYPT = "require_password_to_decrypt";
/**
- * Whether the Volte is enabled
+ * Whether the Volte is enabled. If this setting is not set then we use the Carrier Config
+ * value {@link CarrierConfigManager#KEY_ENHANCED_4G_LTE_ON_BY_DEFAULT_BOOL}.
* <p>
* Type: int (0 for false, 1 for true)
* @hide