I've created an Android native application with SQLite database, I've games created in Air For Android using Adobe Flash Professional CS6.
My Database Name is Demo.db
created by native application within the package com.mypack.myApp
. and as my the database is stored in data/data/com.mypack.myApp/databases/Demo.db
. I want to access data from Demo.db
in my Air for Android App, I don't want to create different database.
In short How can I access single Database from different application, either from native app or from Air app.
How can we do this?