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

Commit 6805c2f8 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: I755f6e63ed2d7915db8cd0b6af1bca95d4d19113
parents fcfa5a54 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) {
        }