HealthConnectManager.CategoryHealthPermissions 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.
Used in conjunction with android.content.Intent#ACTION_VIEW_PERMISSION_USAGE
to
launch UI to show an app’s health permission rationale/data policy.
[Android.Runtime.Register("CATEGORY_HEALTH_PERMISSIONS", ApiSince=34)]
public const string CategoryHealthPermissions;
[<Android.Runtime.Register("CATEGORY_HEALTH_PERMISSIONS", ApiSince=34)>]
val mutable CategoryHealthPermissions : string
Field Value
- Attributes
Remarks
Used in conjunction with android.content.Intent#ACTION_VIEW_PERMISSION_USAGE
to launch UI to show an app’s health permission rationale/data policy.
<b>Note:</b> Used by apps to define an intent filter in conjunction with android.content.Intent#ACTION_VIEW_PERMISSION_USAGE
that the HC UI can link out to.
Java documentation for android.health.connect.HealthConnectManager.CATEGORY_HEALTH_PERMISSIONS
.
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.