Multiple choice

Which of the following parameters is not available in managedQuery() method?

  1. An array of properties of instances from the content provider

  2. A constraint statement

  3. An optional set of parameters to bind into the constraint clause

  4. An optional sort statement

  5. The identifier for a layout

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The managedQuery() method does not have any parameter like the layout identifier.