Posts SQLite and Android N
Post
Cancel

SQLite and Android N

The SQLite library that comes with Android is actually not intended to be used except through the android.database.sqlite Java classes. If you are accessing this library directly, you are actually breaking the rules.

Beginning with Android N, these rules are going to be enforced.

If your app is using the system SQLite library without using the Java wrapper, it will not be compatible with Android N.

http://ericsink.com/entries/sqlite_android_n.html

origin - http://www.pipiscrew.com/?p=5845 sqlite-and-android-n

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags