AssociationRequest.DeviceProfileFitnessTracker 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.
Device profile: fitness tracker.
[Android.Runtime.Register("DEVICE_PROFILE_FITNESS_TRACKER", ApiSince=37)]
[Android.Runtime.RequiresPermission("android.permission.REQUEST_COMPANION_PROFILE_WATCH")]
public const string DeviceProfileFitnessTracker;
[<Android.Runtime.Register("DEVICE_PROFILE_FITNESS_TRACKER", ApiSince=37)>]
[<Android.Runtime.RequiresPermission("android.permission.REQUEST_COMPANION_PROFILE_WATCH")>]
val mutable DeviceProfileFitnessTracker : string
Field Value
Implements
- Attributes
Remarks
Device profile: fitness tracker. If specified, the current request may have a modified UI to highlight that the device being set up is a specific kind of device, and some extra permissions may be granted to the app as a result. Using it requires declaring uses-permission Manifest.permission.REQUEST_COMPANION_PROFILE_WATCH in the manifest. Learn more about device profiles. Requires Manifest.permission.REQUEST_COMPANION_PROFILE_WATCH
Android reference for android.companion.AssociationRequest.DEVICE_PROFILE_FITNESS_TRACKER.
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.