From 949a136dc65db24cba3d321ceac88c6b55825bcc Mon Sep 17 00:00:00 2001 From: Debashish Chatterjee Date: Tue, 28 Jun 2011 12:37:48 +0100 Subject: Got rid of deprecated EXTRA_CHANGED_BY from VoicemailContract. see http://b/4773134 Change-Id: Idf37cc85ef2d58875d386bffede73af64f64a7b9 --- core/java/android/provider/VoicemailContract.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/core/java/android/provider/VoicemailContract.java b/core/java/android/provider/VoicemailContract.java index 9966753076dc..ab0cb505eb2d 100644 --- a/core/java/android/provider/VoicemailContract.java +++ b/core/java/android/provider/VoicemailContract.java @@ -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. - *

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 -- cgit v1.2.3-59-g8ed1b