When I try to access SQLite database in different threads in my Android app I get an error:
W/SQLiteConnectionPool: The connection pool for database ' has been unable to grant a connection to thread 289045
Does somebody know if it is possible to access SQLite Android database from the different threads?