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

Commit 2e4c01e5 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 am: 5fcf9967

Change-Id: I6c79a089f81f5ee966f32ce07da1375666737750
parents 2768588c 5fcf9967
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) {
        }