예제 #1
1
 @Override
 protected void onPause() {
   super.onPause();
   scanLeDevice(false);
   mLeDeviceListAdapter.clear();
   mLeDeviceListAdapter.notifyDataSetChanged();
 }