* commit '1d71751fc20a2c52e04656af409fa97a6f7c15c5': Contacts Provider Training - fix minor code snippet typos.
This commit is contained in:
@@ -169,8 +169,8 @@ trainingnavtop=true
|
|||||||
// Gets a content URI for the contact
|
// Gets a content URI for the contact
|
||||||
mContactUri =
|
mContactUri =
|
||||||
Contacts.getLookupUri(
|
Contacts.getLookupUri(
|
||||||
Cursor.getLong(mIdColumn),
|
mCursor.getLong(mIdColumn),
|
||||||
Cursor.getString(mLookupKeyColumn)
|
mCursor.getString(mLookupKeyColumn)
|
||||||
);
|
);
|
||||||
mBadge.assignContactUri(mContactUri);
|
mBadge.assignContactUri(mContactUri);
|
||||||
</pre>
|
</pre>
|
||||||
@@ -221,7 +221,7 @@ trainingnavtop=true
|
|||||||
* Assuming the current Cursor position is the contact you want,
|
* Assuming the current Cursor position is the contact you want,
|
||||||
* gets the thumbnail ID
|
* gets the thumbnail ID
|
||||||
*/
|
*/
|
||||||
mThumbnailUri = Cursor.getString(mThumbnailColumn);
|
mThumbnailUri = mCursor.getString(mThumbnailColumn);
|
||||||
...
|
...
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user