You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be because of the new changes in ContentProvider class on Android Oreo.
From the Android doc, it is clear that content provider must be declared if we deal with the local databases. A content provider class declaration need from the library in an urgent hotfix release. @fstephany@jdreesen@fstephany@vinc3m1 @danielohrlund @f2prateek@emilsjolander
The text was updated successfully, but these errors were encountered:
I guess you can submit a pull request with the content provider fix. I don't know if @emilsjolander is still using sprinkles but he might be OK to merge your PR or mark your fork as a more up-to-date version in the README.
As per the new changes in Oreo, The library seems to be not working well. The save() method returns an exception at line 138 of Model.class.
This might be because of the new changes in ContentProvider class on Android Oreo.
From the Android doc, it is clear that content provider must be declared if we deal with the local databases. A content provider class declaration need from the library in an urgent hotfix release. @fstephany @jdreesen @fstephany @vinc3m1 @danielohrlund @f2prateek @emilsjolander
The text was updated successfully, but these errors were encountered: