diff --git a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/BTService.java b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/BTService.java index 302dc96a1..b1873e3c6 100644 --- a/xwords4/android/app/src/main/java/org/eehouse/android/xw4/BTService.java +++ b/xwords4/android/app/src/main/java/org/eehouse/android/xw4/BTService.java @@ -1257,7 +1257,7 @@ public class BTService extends XWJIService { dos = new DataOutputStream( socket.getOutputStream() ); dos.writeByte( BT_PROTO ); break; // success!!! - } catch (IOException ioe) { + } catch (IOException|SecurityException ioe) { // Log.d( TAG, "connect(): %s", ioe.getMessage() ); long msLeft = end - System.currentTimeMillis(); if ( msLeft <= 0 ) {