To query content provider, both methods ________ and ______ return a Cursor object and takes the same set of arguments.
ContentResolver.query(), Activity.managedQuery()
Activity.query(), ContentResolver.managedQuery()
ContentResolver.makeQuery(), Activity.managedQuery()
None of above