supports Manual Steps
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 whoseHKMetadataKeyWasUserEnteredmetadata istrue.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.