am 03609df3: am 76316977: Merge "Update documentation of CARRIER_PRESENCE & bitmasks." into mnc-dev

* commit '03609df355228390a98d5669cb1a53e83f8343a9':
  Update documentation of CARRIER_PRESENCE & bitmasks.
This commit is contained in:
Etan Cohen
2015-06-08 20:51:59 +00:00
committed by Android Git Automerger

View File

@@ -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;
}