Latest Android Aptitude Question SOLUTION: 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 i
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.