Share via


HealthPermissions.ReadHealthDataInBackground Field

Definition

Allows an application to read health data (of any type) in background.

[Android.Runtime.Register("READ_HEALTH_DATA_IN_BACKGROUND", ApiSince=35)]
public const string ReadHealthDataInBackground;
[<Android.Runtime.Register("READ_HEALTH_DATA_IN_BACKGROUND", ApiSince=35)>]
val mutable ReadHealthDataInBackground : string

Field Value

Attributes

Remarks

Allows an application to read health data (of any type) in background.

Protection level: dangerous.

Java documentation for android.health.connect.HealthPermissions.READ_HEALTH_DATA_IN_BACKGROUND.

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