Access other other database in my app

  • Replies:0
Hari Krishna G
  • Forum posts: 6

Oct 9, 2014, 3:08:42 PM via Website

SQLiteDatabase db = this.getWritableDatabase();

With this above statement I got succeed in accessing the database for the currently running app.

Can I access another sqlite database in my app.. the other database is also in my phone.

Reply