PackageInfo.FirstInstallTime Property

Definition

The time at which the app was first installed.

[Android.Runtime.Register("firstInstallTime")]
public long FirstInstallTime { get; set; }
[<Android.Runtime.Register("firstInstallTime")>]
member this.FirstInstallTime : int64 with get, set

Property Value

Attributes

Remarks

The time at which the app was first installed. Units are as per System#currentTimeMillis().

Java documentation for android.content.pm.PackageInfo.firstInstallTime.

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