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

Commit a553f79d authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge changes from topic "am-6012cabc09d349c89e32ddf5f69a9eb3" into rvc-d1-dev-plus-aosp

* changes:
  Set attribution tag in TelephonyManager#sendVisualVoicemailSmsForSubscriber am: d04383e0 am: 4463a894
  Merge "Pipe through attributeTag for one self-permission check" am: 9ed7e7f1 am: 1bf1d39f am: 6094f425 am: 7fd121e1 am: b54512bc am: f35af1fc am: eec757ef
parents 57a8c73f 6805c2f8
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) {
        }