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

Commit 3a0e330d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Telephony:Add config item for regular deactivation"

parents 1cc8ec38 5cd16cd3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1363,4 +1363,8 @@
        <item>Trying to read MMS</item>
        <item>Trying to write MMS</item>
    </string-array>

    <!-- Configuration to restart radio upon PDP_DEACTIVATE with
         error cause as Regular deactivation(36). -->
    <bool name="config_radio_reset_on_regular_deactivation">true</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -296,6 +296,7 @@
  <java-symbol type="bool" name="config_wifi_batched_scan_supported" />
  <java-symbol type="bool" name="flip_controller_fallback_keys" />
  <java-symbol type="bool" name="skip_radio_power_off_on_sim_refresh_reset" />
  <java-symbol type="bool" name="config_radio_reset_on_regular_deactivation" />

  <java-symbol type="integer" name="config_cursorWindowSize" />
  <java-symbol type="integer" name="config_extraFreeKbytesAdjust" />