Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Fit API 是否提供任何标志来指示数据是在应用程序中手动输入的。如果是,请建议需要检查哪些,因为要求仅处理设备收集的数据,而不是健身应用程序中的手动输入。
最接近您可以实现的是根据原始数据源属性过滤掉 google fit sdk 提供的结果。例如
dataset.dataPoints.forEach { it.originalDataSource.appPackageName it.originalDataSource.device it.originalDataSource.name }