diff options
| author | 2022-04-15 22:03:57 +0000 | |
|---|---|---|
| committer | 2022-04-15 22:03:57 +0000 | |
| commit | 92210365e1bbe2e91cd4452ab8c33c136b5101a0 (patch) | |
| tree | 49f64e8e3307e412a4c00a5ac3b3c0cf5f7c76e1 | |
| parent | 996fc3da05dc8da1eeb4fd230b16ae0dfdf843fe (diff) | |
| parent | d422089d89bca758ec1569c07269262b5052406a (diff) | |
Merge "Enable new data stack by default" am: d422089d89
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2051832
Change-Id: I10e11c609f96ad970bb5827538acf96246ace9bf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index f19d13fe3b12..42e7b982133a 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2600,7 +2600,7 @@ <string name="config_bandwidthEstimateSource">bandwidth_estimator</string> <!-- Whether force to enable telephony new data stack or not --> - <bool name="config_force_enable_telephony_new_data_stack">false</bool> + <bool name="config_force_enable_telephony_new_data_stack">true</bool> <!-- Whether WiFi display is supported by this device. There are many prerequisites for this feature to work correctly. |