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.
来源:https://stackoverflow.com/questions/38935475/how-to-generate-a-content-provider-with-greendao-3