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

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

Set attribution tag in TelephonyManager#sendVisualVoicemailSmsForSubscriber am: d04383e0

Change-Id: Iae56aa87ed7d611f856df9d8fe9297fdda5f06a9
parents eec757ef d04383e0
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) {
        }