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

Skip to content
Commit 366ca99d authored by Hemant Gupta's avatar Hemant Gupta Committed by Andre Eisenbach
Browse files

MAP: Send message without persisting to avoid duplicate entries.

Usecase:
1) Establish MAP session
2) Send message from carkit

Issue:
Message entry seen twice in messaging app.

Root Cause:
Message written to database was duplicated using
telephony API.

Fix:
use API SmsManager.sendMultipartTextMessageWithoutPersisting which
wont rewrite message in database.

Test: Message duplication is not seen after applying the above change.

Fixes: 70270156
Change-Id: Ib0472a190bd0779cbd54f5163e66016de12be869
parent cf77de70
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