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

Commit 5ba369f4 authored by Debashish Chatterjee's avatar Debashish Chatterjee Committed by Android (Google) Code Review
Browse files

Merge "Got rid of deprecated EXTRA_CHANGED_BY from VoicemailContract."

parents 962402f4 949a136d
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -63,15 +63,7 @@ public class VoicemailContract {
    // TODO: Move ACTION_NEW_VOICEMAIL to the Intent class.
    /** Broadcast intent when a new voicemail record is inserted. */
    public static final String ACTION_NEW_VOICEMAIL = "android.intent.action.NEW_VOICEMAIL";
    /**
     * Extra included in {@value Intent#ACTION_PROVIDER_CHANGED} and
     * {@value #ACTION_NEW_VOICEMAIL} broadcast intents to indicate the package
     * that caused the change in content provider.
     * <p>Receivers of the broadcast can use this field to determine if this is
     * a self change.
     * @deprecated {@link #EXTRA_SELF_CHANGE} is now populated instead.
     */
    public static final String EXTRA_CHANGED_BY = "com.android.voicemail.extra.CHANGED_BY";

    /**
     * Extra included in {@value Intent#ACTION_PROVIDER_CHANGED} and
     * {@value #ACTION_NEW_VOICEMAIL} broadcast intents to indicate if the receiving