Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edb9665c authored by ilbeom.kim's avatar ilbeom.kim Committed by Pavlin Radoslavov
Browse files

Fix Bluetooth crash when open the opp transfer history on the lock screen

BluetoothOppTransferHistory was using the deprecated managedQuery
to get the cursor. The managedQuery was deprecated in API level 11.
Changed managedQuery to contentResolver.query() to resolve the issue.

Test: The following procedure:
1. Enable pattern lock on DUT (receiver phone)
2. Send an image file via Bluetooth from another phone
3. Accept the file transfer on DUT
4. Wait until file transfer is completed
5. Open the received file history from the lock screen (double-tap)

Bug: 63747089
Change-Id: I6def857579ec96c10f3d22260ccba30f9ef4a57e
(cherry picked from commit ee223d39)
parent d3ad1a63
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment