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

Skip to content
Commit 583cf1b6 authored by ironydelerium's avatar ironydelerium Committed by Daniel Jacob Chittoor
Browse files

Reintroduce 'public void TelephonyMetrics.writeRilSendSms(int, int, int, int)'. (#8)

The MediaTek IMS package for Android Q, at the very least (likely for the rest, too)
invoke this method in their `sendSms` method; Google, in their infinite wisdom,
decided that this method needed a message ID passed in as well, changing the signature
to 'public void TelephonyMetrics.writeRilSendSms(int, int, int, int, long)' and resulting
in a MethodNotFoundException being raised in com.mediatek.ims, crashing it.

Fixes https://github.com/phhusson/treble_experimentations/issues/2125

.

Co-authored-by: default avatarSarah Vandomelen <sarah@sightworks.com>
Change-Id: I1d4c2816fb8891cf5b75058bfe5f1eea960e901b
parent 8c4c75ac
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