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

Commit 206dc300 authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge "Honor retry timer from setup data call response for emergency request" into udc-qpr-dev

parents 9107251a 98eae52a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -82,6 +82,13 @@
    <bool name="config_wlan_data_service_conn_persistence_on_restart">true</bool>
    <java-symbol type="bool" name="config_wlan_data_service_conn_persistence_on_restart" />

    <!-- Indicating whether the retry timer from setup data call response for data throttling should
         be honored for emergency network request. By default this is off, meaning for emergency
         network requests, the data frameworks will ignore the previous retry timer passed in from
         setup data call response. -->
    <bool name="config_honor_data_retry_timer_for_emergency_network">false</bool>
    <java-symbol type="bool" name="config_honor_data_retry_timer_for_emergency_network" />

    <!-- Cellular data service package name to bind to by default. If none is specified in an
         overlay, an empty string is passed in -->
    <string name="config_wwan_data_service_package" translatable="false">com.android.phone</string>