Fixing field description.

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

Change-Id: I51a308e26b93e178fde43123d0dfcb2b46630d6e
This commit is contained in:
Dmitri Plotnikov
2011-01-09 17:07:13 -08:00
parent 0904c0dcfb
commit 817b3f9342

View File

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