Jeff Axelrod
Jeff Axelrod

Reputation: 28198

Can I determine the Android database version using SQLiteManager?

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

Answers (1)

Jeff Axelrod
Jeff Axelrod

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

Related Questions