diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/VoicemailContract.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/provider/VoicemailContract.java b/core/java/android/provider/VoicemailContract.java index 6a3c55efda8a..70de9ee49d94 100644 --- a/core/java/android/provider/VoicemailContract.java +++ b/core/java/android/provider/VoicemailContract.java @@ -172,6 +172,11 @@ public class VoicemailContract { */ public static final String DURATION = Calls.DURATION; /** + * Whether or not the voicemail has been acknowledged (notification sent to the user). + * <P>Type: INTEGER (boolean)</P> + */ + public static final String NEW = Calls.NEW; + /** * Whether this item has been read or otherwise consumed by the user. * <P>Type: INTEGER (boolean)</P> */ |
