Old post, but I think its worth adding this in case this feature wasn't available back 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");