RAFAEL SOUZA BORGES
RAFAEL SOUZA BORGES
I've changed the code in Bluetooth.java as follows: ConnectThread(BluetoothDevice device, boolean insecureConnection) { Bluetooth.this.device = device; try { if (insecureConnection) { Bluetooth.this.socket = device.createInsecureRfcommSocketToServiceRecord(uuid); } else { Bluetooth.this.socket = (BluetoothSocket)...
I've changed the code in Bluetooth.java as follows: ConnectThread(BluetoothDevice device, boolean insecureConnection) { Bluetooth.this.device = device; try { if (insecureConnection) { Bluetooth.this.socket = device.createInsecureRfcommSocketToServiceRecord(uuid); } else { Bluetooth.this.socket = (BluetoothSocket)...
@mariohmol, como eu faria para utilizar no mesmo campo o validador de telefone e celular?
Pelo menos na versão que eu estava utilizando, quando queria ou tentava algo assim (61) 9 3...que seria um telefone fixo, ele bloqueia e só permite celular mesmo, que seria...