UidHealthStats.MeasurementTouchUserActivityCount Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Key for a measurement of number of user activity events due to touch events caused by the UID.
[Android.Runtime.Register("MEASUREMENT_TOUCH_USER_ACTIVITY_COUNT", ApiSince=24)]
public const int MeasurementTouchUserActivityCount = 10047;
[<Android.Runtime.Register("MEASUREMENT_TOUCH_USER_ACTIVITY_COUNT", ApiSince=24)>]
val mutable MeasurementTouchUserActivityCount : int
Field Value
Value = 10047- Attributes
Remarks
Key for a measurement of number of user activity events due to touch events caused by the UID. Calls to userActivity() reset the user activity countdown timer and keep the screen on for the user's preferred screen-on setting.
Java documentation for android.os.health.UidHealthStats.MEASUREMENT_TOUCH_USER_ACTIVITY_COUNT
.
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.