According to this question, the Android database file contains the version number. However I can't figure out how to find it using SQLiteManager for Firefox.
Is it possible to view the version using this tool?
According to this question, the Android database file contains the version number. However I can't figure out how to find it using SQLiteManager for Firefox.
Is it possible to view the version using this tool?
@zapl wrote:
execute PRAGMA user_version
; in the same place you can execute other SQLite queries - that will show you the version set by SQLiteOpenHelper