Loading telephony/java/android/telephony/TelephonyManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -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) { } Loading Loading
telephony/java/android/telephony/TelephonyManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -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) { } Loading