diff options
| author | 2022-04-16 18:17:32 +0000 | |
|---|---|---|
| committer | 2022-04-16 18:17:32 +0000 | |
| commit | a08368b33499db254a5219c7397ec92c6ebaac32 (patch) | |
| tree | 80616009d26ef940058ea10269cdbe4fc609d078 | |
| parent | c801888f8c78ebf7e366762e7c8d2f11afd165c4 (diff) | |
| parent | a1f8e1c58408f419c0b2178ef51cabc090f6b69f (diff) | |
Merge "Revert "Enable new data stack by default"" am: f92fa673da am: a1f8e1c584
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2065671
Change-Id: I768ffcc47a1db0fe9403cb7cac09f277433504a8
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 42e7b982133a..f19d13fe3b12 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">true</bool> + <bool name="config_force_enable_telephony_new_data_stack">false</bool> <!-- Whether WiFi display is supported by this device. There are many prerequisites for this feature to work correctly. |