I am writing an android app using SQLite's full text search (FTS) feature. I ran into some problems and after checking I found out FTS4 isn't supported until Android 3.0 and after (SQLite 3.7.4 and beyond).
I was hoping to target from Froyo (2.2 with 9% of the users) to Jelly Bean (4.2 the most recent version).
Is it worth it to use FTS4 when supported and use FTS3 otherwise?
I was hoping to target from Froyo (2.2 with 9% of the users) to Jelly Bean (4.2 the most recent version).
Is it worth it to use FTS4 when supported and use FTS3 otherwise?