Google Play 7.0:
Fitness.API, GoogleApiClient, API-, API- Google Fit Android:
GoogleApiClient, API-, . , SensorsApi, RecordingApi, :
mGoogleApiClient = new GoogleApiClient.Builder(this)
.addApi(Fitness.SENSORS_API)
.addApi(Fitness.REPORTING_API)
.addScope(new Scope(Scopes.FITNESS_ACTIVITY_READ_WRITE))
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.build();
. , Google Play, , , API Google Play 7.0, :
, Google Fit, . , , Google Play, , , Google Fit, .