3

Referring to this question if my custom method in a Content Provider doesn't return a cursor but, for example, a boolean value, how can I call the method? Is it possible?

Community
  • 1
  • 1
crbin1
  • 2,219
  • 3
  • 22
  • 29

1 Answers1

0

Return a MatrixCursor that contains a 1x1 matrix of bool.

jcwenger
  • 11,383
  • 1
  • 53
  • 65