• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Is FTS4 on Android 3.0+ worth coding into an app?

vertago1

Lurker
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?
 
Back
Top Bottom