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?
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?
With the same method Entity.addContentProvider() I am able to generate the content provider in GreenDao 3.