diff options
| author | Jordan Liu <jminjie@google.com> | 2017-11-13 21:53:24 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-13 21:53:24 +0000 |
| commit | 0f113b2f25f173c6a341dafb0349331925f8aaed (patch) | |
| tree | 199662eabed1c2ac1876f84eff3602224cae3289 /core/java | |
| parent | e7240a52e240b29a0df7b5904018f6ab8efdd7b1 (diff) | |
| parent | 14723e314c98182bc9b7a1eaa06bdc35dc51637b (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.java | 3 |
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 |
