Copied recent VoicemailContract changes from framework/base/core to VoicemailProviderDemo.
Change-Id: I506d5ef224494bdfe074aa0065327c2fba205373
This commit is contained in:
@@ -72,12 +72,10 @@ public class VoicemailContract {
|
||||
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.
|
||||
* {@value #ACTION_NEW_VOICEMAIL} broadcast intents to indicate if the receiving
|
||||
* package made this change.
|
||||
*/
|
||||
public static final String EXTRA_CHANGED_BY = "com.android.voicemail.extra.CHANGED_BY";
|
||||
public static final String EXTRA_SELF_CHANGE = "com.android.voicemail.extra.SELF_CHANGE";
|
||||
|
||||
/** The mime type for a collection of voicemails. */
|
||||
public static final String DIR_TYPE =
|
||||
|
||||
Reference in New Issue
Block a user