Reputation: 28198
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?
Upvotes: 0
Views: 316
Reputation: 28198
@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
Upvotes: 1