Android
Programming and Technical
Programming
Technical
Can one application access other application's database directly?
Options
1) yes, it is possible
2) no, it is impossible
3) option 2 is right because, sqliteDB will be stored in internal memory app always. so other apps cannot access it.
4) Option 2 is wrong, because even if db tables are stored in internal memory, using Content Provider one can access database.
Read Solution (Total 1)
-
- yes, using content provider you can share the database with other applications.
- 6 years agoHelpfull: Yes(0) No(0)
Android Other Question