Android Studio connect with existing SQLite database
问题 i have one application with SQLite database and then i create another application that can connect to the database that i created one, my question is, is it possible connect the existing database without copying the existing once ? if possible can any one give me a sample code to connect my existing database . the name of my database is "SEIS" and the Table is Proinfo . 回答1: By default, each app's files are private to the app. You could tell Android that your two apps should get permission to