I didn’t know exactly what the problem is.
Bagus Aji Santoso
1
Thanks for the links. There is no problem for most of Android developers in Android N. The thing is that google changed the way how Android SDK work with SQLite. If you using public sdk api’s for sqlite interacting you are safe. If you working with DB file directly or use internal sdk methods via reflection you are in trouble.
It is not SQLite related problem, each new version of Android google changes SDK internals, and only way to stay safe — public api’s.
BTW even on same Android version but different manufacturers internals could be different. Only public Api’s guaranteed you to stay unchanged at least for next Android release 👍