If the user has my android app installed in his device (of database size 300mb), How can i make all my other apps or thirdparty apps to freely access the database. ContentProvider may be a solution, but i am still in development stage so don't exactly who or how many third-party apps will leverage my database in-order to prespecify shared user id's in AndroidManifest.xml
If not SQLite is there any alternative android supporting DB supporting the requirement?