An old post, but I think itβs worth adding this if this feature was not available then. I use context. For example, when your in MainActivity
this.deleteDatabase("mydata.db");
or when you have a context handle elsewhere
context.deleteDatabase("mydata.db");
xpagesbeast
source share