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

Commit 57211dab authored by Grant Menke's avatar Grant Menke Committed by Android (Google) Code Review
Browse files

Merge "Increase Non-VOIP Call Intermediate State Timeout." into udc-dev

parents a8618ee9 c87d386b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@ public final class Timeouts {
     */
    public static long getNonVoipCallIntermediateStateTimeoutMillis() {
        return DeviceConfig.getLong(DeviceConfig.NAMESPACE_TELEPHONY,
                INTERMEDIATE_STATE_NON_VOIP_NORMAL_TIMEOUT_MILLIS, 60000L);
                INTERMEDIATE_STATE_NON_VOIP_NORMAL_TIMEOUT_MILLIS, 120000L);
    }

    /**