Hello (and sorry for my bad english )
For Android.
I have 2applications ("myapplicationA" and "myapplicationB").
The firstapplication ("myapplicationA") creates a database.
I want"myapplicationB" uses thedatabasecreated by"myapplicationA".
How to tellmy "myapplicationA" to fetchdatabasecreated by "myapplicationB" located in thefolder X?
Thanks