Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c572092 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes from topic "new_data_flag"

* changes:
  DO NOT MERGE temporarily disabled new data stack
  Inverted the new data stack flag
parents f2b55a0e cbd1ca59
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
<resources>
    <!-- This file defines Android telephony related resources -->

    <!-- Whether force to enable telephony new data stack or not -->
    <bool name="config_force_enable_telephony_new_data_stack">true</bool>
    <java-symbol type="bool" name="config_force_enable_telephony_new_data_stack" />
    <!-- Whether force disabling telephony new data stack or not -->
    <bool name="config_force_disable_telephony_new_data_stack">true</bool>
    <java-symbol type="bool" name="config_force_disable_telephony_new_data_stack" />

    <!-- Configure tcp buffer sizes per network type in the form:
         network-type:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max