HealthConnectManager.ActionManageHealthPermissions Field

Definition

Activity action: Launch UI to manage (e.

[Android.Runtime.Register("ACTION_MANAGE_HEALTH_PERMISSIONS", ApiSince=34)]
public const string ActionManageHealthPermissions;
[<Android.Runtime.Register("ACTION_MANAGE_HEALTH_PERMISSIONS", ApiSince=34)>]
val mutable ActionManageHealthPermissions : string

Field Value

Attributes

Remarks

Activity action: Launch UI to manage (e.g. grant/revoke) health permissions.

Shows a list of apps which request at least one permission of the Health permission group.

Input: android.content.Intent#EXTRA_PACKAGE_NAME string extra with the name of the app requesting the action. Optional: Adding package name extras launches a UI to manager (e.g. grant/revoke) for this app.

Java documentation for android.health.connect.HealthConnectManager.ACTION_MANAGE_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.

Applies to