supportsManualSteps

Whether manually-entered step samples should be included in step / activity aggregates. Defaults to false — the SDK only counts automatically-tracked data so a member can't inflate their totals by typing steps into the Health app.

Platform behavior:

  • iOS: when false, HealthKit queries exclude samples whose HKMetadataKeyWasUserEntered metadata is true.

  • Android: no-op. Health Connect's aggregate API has no equivalent filter and the SDK does not dedupe on the client side, so manual entries are always included on Android regardless of this flag.