I know it is possible to access DataBase which in SDCARD by many apps in android.
but do not know the process to do that.
1- I created one test.db DB in sdcard eclipse .
2- My current app is using this DB.
3- I created one other app(which ll access this DB)
Please guide me How can i access test.db in my new app.