3

In GreenDao 2.x., there was a method called Entity.addContentProvider() which generated a ContentProvider for an entity.

How to do the same in GreenDao 3.x?

pstobiecki
  • 1,804
  • 1
  • 17
  • 30

1 Answers1

0

With the same method Entity.addContentProvider() I am able to generate the content provider in GreenDao 3.

Varun Behl
  • 53
  • 3
  • 8