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:Sarah Vandomelen <sarah@sightworks.com> Change-Id: I1d4c2816fb8891cf5b75058bfe5f1eea960e901b
Loading
Please register or sign in to comment