Skip to content

Instantly share code, notes, and snippets.

@chiemy
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chiemy/3f8e225817a19cb20f75 to your computer and use it in GitHub Desktop.
Save chiemy/3f8e225817a19cb20f75 to your computer and use it in GitHub Desktop.
// Queries the user dictionary and returns results
mCursor = getContentResolver().query(
UserDictionary.Words.CONTENT_URI, // The content URI of the words table
mProjection, // The columns to return for each row
mSelectionClause // Selection criteria
mSelectionArgs, // Selection criteria
mSortOrder);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment