Avoid sending TRANSFER_COMPLETED_ACTION intent multiple times.
Use Case: 1. Share a picture through Bluetooth, select partner devices. 2. The partner devices do not confirm to receive the file. 3. Check the transfer status on the DUT. Failure: Failure Notification pops up twice when the shared files not received by the partner phone Fix: This change ensure that TRANSFER_COMPLETED_ACTION intent will not sent to receiver if there is any exception occurred during OPP operation because this intent is already sent to receiver from message handler. Bug: 22028876 Change-Id: I3ad2f24be185c37355dff43009a5236bede0106a
Loading
Please register or sign in to comment