Getting list of activities(Movements) from google fit api

前端 未结 3 938
臣服心动
臣服心动 2021-01-06 01:53

I am creating application which can use google fit api. I want to get all the activities(Movements) available in the google fit. Here the list of activities in google fit

3条回答
  •  轮回少年
    2021-01-06 02:28

    The Google Fit activities are listed in the FitnessActivities class.

    You can programmatically get a list of all these fields using:

    FitnessActivities.class.getFields()
    

提交回复
热议问题