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

Commit d04383e0 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Set attribution tag in TelephonyManager#sendVisualVoicemailSmsForSubscriber

Bug: 136595429
Test: TH
Change-Id: Ifceab355a24d67daa17d3d97a6abd9bb71569a0f
parent f35af1fc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4923,7 +4923,8 @@ public class TelephonyManager {
            ITelephony telephony = getITelephony();
            if (telephony != null) {
                telephony.sendVisualVoicemailSmsForSubscriber(
                        mContext.getOpPackageName(), null, subId, number, port, text, sentIntent);
                        mContext.getOpPackageName(), mContext.getAttributionTag(), subId, number,
                        port, text, sentIntent);
            }
        } catch (RemoteException ex) {
        }