diff options
| author | manabu, shimoda <manabu.x.shimoda@sonymobile.com> | 2017-10-06 14:39:01 +0900 |
|---|---|---|
| committer | takeshi tanigawa <takeshi.tanigawa@sony.com> | 2017-11-08 19:37:23 +0900 |
| commit | 14723e314c98182bc9b7a1eaa06bdc35dc51637b (patch) | |
| tree | 3def28612ce14d5767832b03d00e87dc1c4f4abb /core/java | |
| parent | 925349ac8f2faa65cc4f8d2d84938aed54b95cda (diff) | |
Customize the default value of Enhanced 4G LTE mode
To control the default value by carrier configuration,
- Add a carrier option to control default Enhanced 4G LTE mode enabled.
- Remove initializing Settings.Global.ENHANCED_4G_MODE_ENABLED.
Test: manual - Checked that the "Enhanced 4G LTE mode" can be controlled
by carrier config.
Bug: 67725875
Change-Id: Ic714abcae5c388cc12e6c4b1f45e2abb07febf54
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 |
