summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java')
-rw-r--r--src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java b/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
index 5cd027aa2..2442735ab 100644
--- a/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
+++ b/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java
@@ -401,7 +401,7 @@ public class BluetoothOppTransferActivity extends AlertActivity implements
public void run() {
BluetoothOppSendFileInfo sendFileInfo =
BluetoothOppSendFileInfo.generateFileInfo(BluetoothOppTransferActivity.this,
- uri, mTransInfo.mFileType);
+ uri, mTransInfo.mFileType, false);
uri = BluetoothOppUtility.generateUri(uri, sendFileInfo);
BluetoothOppUtility.putSendFileInfo(uri, sendFileInfo);
mTransInfo.mFileUri = uri.toString();