/** Called when the user comes back to this app */
 @Override
 protected void onResume() {
   super.onResume();
   // Refresh list of Spheros
   mSpheroConnectionView.startDiscovery();
 }