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

Commit 5fcf9967 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Automerger Merge Worker
Browse files

Set attribution tag in TelephonyManager#sendVisualVoicemailSmsForSubscriber...

Set attribution tag in TelephonyManager#sendVisualVoicemailSmsForSubscriber am: d04383e0 am: 4463a894

Change-Id: I01819936b542277feea10c2f4ea9f34e834ad6cb
parents 68c2503d 4463a894
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4926,7 +4926,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) {
        }