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

Commit 817b3f93 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Fixing field description.

PhoneLookup._ID is the contact id, not the data row id.

Change-Id: I51a308e26b93e178fde43123d0dfcb2b46630d6e
parent 0904c0dc
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -3430,12 +3430,6 @@ public final class ContactsContract {
     * <th colspan='4'>PhoneLookup</th>
     * </tr>
     * <tr>
     * <td>long</td>
     * <td>{@link #_ID}</td>
     * <td>read-only</td>
     * <td>Data row ID.</td>
     * </tr>
     * <tr>
     * <td>String</td>
     * <td>{@link #NUMBER}</td>
     * <td>read-only</td>
@@ -3462,6 +3456,12 @@ public final class ContactsContract {
     * <th colspan='4'>Join with {@link Contacts}</th>
     * </tr>
     * <tr>
     * <td>long</td>
     * <td>{@link #_ID}</td>
     * <td>read-only</td>
     * <td>Contact ID.</td>
     * </tr>
     * <tr>
     * <td>String</td>
     * <td>{@link #LOOKUP_KEY}</td>
     * <td>read-only</td>