How to delete database in Android app

前端 未结 4 1269
北海茫月
北海茫月 2021-01-05 15:58

How can I delete the database from the application?

4条回答
  •  再見小時候
    2021-01-05 16:29

    Do you need to delete the actual db file or is it enough to just DROP the tables? I'd imagine the end result is the same and dropping the tables could be easier.

提交回复
热议问题