am 4f6d0cbd
: am 7258e6bc
: am 1fc7e59b
: am 14233ee5
: Merge "Doc change: fix minor typo in ContactsContract.RawContacts." into jb-mr1.1-docs
* commit '4f6d0cbdd9372754b1b5b112e2b724b3852ac12b': Doc change: fix minor typo in ContactsContract.RawContacts.
This commit is contained in:
@ -2326,7 +2326,7 @@ public final class ContactsContract {
|
|||||||
* parameters. The latter approach is preferable, especially when you can reuse the
|
* parameters. The latter approach is preferable, especially when you can reuse the
|
||||||
* URI:
|
* URI:
|
||||||
* <pre>
|
* <pre>
|
||||||
* Uri rawContactUri = RawContacts.URI.buildUpon()
|
* Uri rawContactUri = RawContacts.CONTENT_URI.buildUpon()
|
||||||
* .appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName)
|
* .appendQueryParameter(RawContacts.ACCOUNT_NAME, accountName)
|
||||||
* .appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType)
|
* .appendQueryParameter(RawContacts.ACCOUNT_TYPE, accountType)
|
||||||
* .build();
|
* .build();
|
||||||
|
Reference in New Issue
Block a user