How can I clear an SQLite database each time I start my application?

前端 未结 4 1682
不知归路
不知归路 2020-12-06 03:16

I want my SQLite database instance to be wiped away when the program starts.

What I tried was make a method on my class MyDBAdapter.java like this:

p         


        
4条回答
提交回复
热议问题