diff options
Diffstat (limited to 'core/java/android/provider/ContactsContract.java')
-rw-r--r-- | core/java/android/provider/ContactsContract.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index df2e5f9..d9c412b 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -4079,9 +4079,8 @@ public final class ContactsContract { public static final String CARRIER_PRESENCE = "carrier_presence"; /** - * Bitmask flags for CARRIER_PRESENCE column. Each value represents - * a bit (or a set of bits) which may be set independently of each - * other. + * Indicates that the entry is Video Telephony (VT) capable on the + * current carrier. An allowed bitmask of {@link #CARRIER_PRESENCE}. */ public static final int CARRIER_PRESENCE_VT_CAPABLE = 0x01; } |