Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4dc7e1a authored by Etan Cohen's avatar Etan Cohen
Browse files

Update documentation of CARRIER_PRESENCE & bitmasks.

Bug: 21572292
Change-Id: If4727e7c18ce94f7c715ac91d61456ff0de10001
parent b5766468
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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;
    }