I see Android terminal has a function, we can use sqlite3 and interact with it and modify my database.
I try to use Runtime().getRuntime().exec("sqlite3 mydb.db") to open mydb.db, but only what I can do is to insert and delete some data. That is not what I want to do. I want to select some information from mydb.db and I can get those information and show it in my EditText.