0

I have to update a Content Provider DB. As per requirement, I only can do that using context.getContentResolver().

Bt I am unable to use SET operator in this method. Can someone help me on this. Thanks in advance.

user4582135
  • 519
  • 1
  • 6
  • 14

1 Answers1

0

Basically you need to create new URI and implement it's raw query in a way to incorporate join condition between the tables.

This SO answer explains in pretty decent way..Have a look!

Community
  • 1
  • 1
PunitD
  • 2,293
  • 1
  • 20
  • 29