Possible Duplicate:
How to delete SQLite database from Android programmatically
In one of my Android Apps the SQLite database is no longer required. What is the prefered way to remove the database from it's app directory? Is there a convenience method or is it simply a delete against the filesystem?
Thanks in advance.
EDIT: Found it here: How to delete SQLite database from Android programmatically