FTP: Avoid extra timeout pop-up for connection acceptance timeout.

Finish the authorization acceptance dialog instead of displaying
extra text indicating time-out , to keep the UI authorization
prompts in sync with OBEX PBAP profile.

Change-Id: Ie8c976c56cab4af4c466f58f41ce28bd838a626d
CRs-fixed: 549925
diff --git a/src/org/codeaurora/bluetooth/ftp/BluetoothFtpActivity.java b/src/org/codeaurora/bluetooth/ftp/BluetoothFtpActivity.java
index a4ad2f8..57c7591 100644
--- a/src/org/codeaurora/bluetooth/ftp/BluetoothFtpActivity.java
+++ b/src/org/codeaurora/bluetooth/ftp/BluetoothFtpActivity.java
@@ -101,7 +101,7 @@
             if (!BluetoothFtpService.USER_CONFIRM_TIMEOUT_ACTION.equals(intent.getAction())) {
                 return;
             }
-            onTimeout();
+            finish();
         }
     };