ActivityOptions.ExtraUsageTimeReportPackages Field

Definition

A Bundle in the extras delivered by #requestUsageTimeReport that contains detailed information about the time spent in each package associated with the app; each key is a package name, whose value is a long containing the time (in ms).

[Android.Runtime.Register("EXTRA_USAGE_TIME_REPORT_PACKAGES", ApiSince=23)]
public const string ExtraUsageTimeReportPackages;
[<Android.Runtime.Register("EXTRA_USAGE_TIME_REPORT_PACKAGES", ApiSince=23)>]
val mutable ExtraUsageTimeReportPackages : string

Field Value

Attributes

Remarks

A Bundle in the extras delivered by #requestUsageTimeReport that contains detailed information about the time spent in each package associated with the app; each key is a package name, whose value is a long containing the time (in ms).

Java documentation for android.app.ActivityOptions.EXTRA_USAGE_TIME_REPORT_PACKAGES.

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