Skip to content

Commit e7485cb

Browse files
author
rich cannings
committed
MAXIMUM_VERIFICATION_TIMEOUT incorrect
Missed a 0. Change-Id: Ia27d97520ef74cde529fb57ac05e6a37122cd3c2
1 parent 7646c77 commit e7485cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/current.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6603,7 +6603,7 @@ package android.content.pm {
66036603
field public static final int SIGNATURE_UNKNOWN_PACKAGE = -4; // 0xfffffffc
66046604
field public static final int VERIFICATION_ALLOW = 1; // 0x1
66056605
field public static final int VERIFICATION_REJECT = -1; // 0xffffffff
6606-
field public static final long MAXIMUM_VERIFICATION_TIMEOUT = 360000L; // 0x36ee80L
6606+
field public static final long MAXIMUM_VERIFICATION_TIMEOUT = 3600000L; // 0x36ee80
66076607
}
66086608

66096609
public static class PackageManager.NameNotFoundException extends android.util.AndroidException {

0 commit comments

Comments
 (0)