I have a problem circling around the Android Bluetooth Chat example found in the SDK samples. Whenever I connect a to a device and establish a connection, the ConnectedThread is being executed, everything is sweet, the System Dialog pops up askig me to tick in the PIN to pair. However, when I click the cancel button on that partiuclar dialog, I want to react on that. Since I rely and also want to rely on a non-custom dialog, I realy wonder how I can fetch the dismiss event on that particular dialog.
Regards, Simon