@Override
 protected void onStart() {
   super.onStart();
   Apphance.onStart(this);
   if (fitClient != null) {
     fitClient.connect();
   }
 }