Fixing field description.
PhoneLookup._ID is the contact id, not the data row id. Change-Id: I51a308e26b93e178fde43123d0dfcb2b46630d6e
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user