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

Commit 459ec3dc authored by Amit Mahajan's avatar Amit Mahajan Committed by Android Git Automerger
Browse files

am e1dbbf79: am fce78a20: am 5591557d: Merge "Check MDC_INITIAL_MAX_RETRY to...

am e1dbbf79: am fce78a20: am 5591557d: Merge "Check MDC_INITIAL_MAX_RETRY to use resource overlay for operators" into mnc-dr-dev

* commit 'e1dbbf79':
  Check MDC_INITIAL_MAX_RETRY to use resource overlay for operators
parents 5a83b791 e1dbbf79
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -458,6 +458,10 @@ public abstract class DcTrackerBase extends Handler {
        // Get default value from system property or use DEFAULT_MDC_INITIAL_RETRY
        int value = SystemProperties.getInt(
                Settings.Global.MDC_INITIAL_MAX_RETRY, DEFAULT_MDC_INITIAL_RETRY);
        if (value == DEFAULT_MDC_INITIAL_RETRY) {
            value = mPhone.getContext().getResources().getInteger(
                R.integer.config_mdc_initial_max_retry);
        }

        // Check if its been overridden
        return Settings.Global.getInt(mResolver,