Merge "Change code to use new method"
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index ce4a8b9..3f147a7 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -2462,7 +2462,7 @@
}
timeoutMillis = Math.min(timeoutMillis,
- TelephonyManager.MAX_NUMBER_VERIFICATION_TIMEOUT_MILLIS);
+ TelephonyManager.getMaxNumberVerificationTimeoutMillis());
NumberVerificationManager.getInstance().requestVerification(range, callback, timeoutMillis);
}