Guest User

Untitled

a guest
May 26th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. database.rawQuery("ATTACH DATABASE ? AS foobar", new String[] {
  2.     context.getDatabasePath("foobar.db").getPath()
  3. });
Add Comment
Please, Sign In to add comment