PackageManager.MaximumVerificationTimeout Field

Definition

Can be used as the millisecondsToDelay argument for PackageManager#extendVerificationTimeout.

[Android.Runtime.Register("MAXIMUM_VERIFICATION_TIMEOUT")]
public const long MaximumVerificationTimeout = 3600000;
[<Android.Runtime.Register("MAXIMUM_VERIFICATION_TIMEOUT")>]
val mutable MaximumVerificationTimeout : int64

Field Value

Value = 3600000
Attributes

Remarks

Can be used as the millisecondsToDelay argument for PackageManager#extendVerificationTimeout. This is the maximum time PackageManager waits for the verification agent to return (in milliseconds).

Java documentation for android.content.pm.PackageManager.MAXIMUM_VERIFICATION_TIMEOUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to