, , , , , :
, , "". BluetoothChat ( ) Bluetooth, /.
, , , onResume.
, , , , synchronize . , , - , onResume;
- :
private Object myLockObj = new Object();
private boolean isPausedForPairing = false;
public void onResume()
{
super.onResume();
synchronized (myLockObj)
{
if (isPausedForPairing)
{
}
}
}
- , , , , - . , , . "" . , , .