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

Skip to content
Commit ed7e332e authored by Sravan Kumar V's avatar Sravan Kumar V Committed by Gerrit - the friendly Code Review server
Browse files

Bluetooth: Create Custom Intent to avoid Force close.

Use Case:
1. Select a music file with Japanese charecters
2. Push to DUT.
3. Open received OPP file from inbound  list.

Failure:
"Unfortunately, Bluetooth share has stopped" error comes.

Root Cause:
Android added "println_native method" to log events of interest
in native library, this method not able to manipulate when message
contains special characters.

Fix:
Add a condition in CustomIntenet.toString() to remove special characters,
if it contains and return plain string to avoid force close.

Change-Id: If1d66b635a8a237e16b0ee684266f2913ec422c9
parent da174748
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