Inverted the new data stack flag
Invert the flag so even if this flag does not exist in the resource, the new data stack is still enabled by default. Fix: 228813515 Test: Manual && atest FrameworksTelephonyTests Merged-In: I75737c0ef9bce91385f815133e1878e5abea68ff Change-Id: I75737c0ef9bce91385f815133e1878e5abea68ff
This commit is contained in:
@@ -17,9 +17,9 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<!-- This file defines Android telephony related resources -->
|
<!-- This file defines Android telephony related resources -->
|
||||||
|
|
||||||
<!-- Whether force to enable telephony new data stack or not -->
|
<!-- Whether force disabling telephony new data stack or not -->
|
||||||
<bool name="config_force_enable_telephony_new_data_stack">true</bool>
|
<bool name="config_force_disable_telephony_new_data_stack">false</bool>
|
||||||
<java-symbol type="bool" name="config_force_enable_telephony_new_data_stack" />
|
<java-symbol type="bool" name="config_force_disable_telephony_new_data_stack" />
|
||||||
|
|
||||||
<!-- Configure tcp buffer sizes per network type in the form:
|
<!-- Configure tcp buffer sizes per network type in the form:
|
||||||
network-type:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
network-type:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
||||||
|
|||||||
Reference in New Issue
Block a user