commit | bd069e378bab3121b1933d3c35c473ec42f2916f | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Thu Feb 28 18:56:30 2019 -0800 |
committer | Hall Liu <hallliu@google.com> | Thu Feb 28 18:56:30 2019 -0800 |
tree | 58105b32366b96760a291719bb245ca8f2254082 | |
parent | 6c69d6950b3e38c623277e7b8514dbc192b3c536 [diff] [blame] |
Change code to use new method Bug: 126699057 Test: compiles Change-Id: I3480c6c5099d82098c0267d1ec899e40f03b7f53
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java index f52925c..1152d86 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); }