I need to delete the database file.Here is my code to delete the file.
String strDBFilePath="/data/data/snow.AppStore/databases/"+strAppDBName;
File file = new File(strDBFilePath);
file.delete();
But it i can't delete the DB file.How to delete DB ????