I would like to delete the database file from the Android file system programatically? Can I have a shell script launch adb which in turns runs a
Android file system
adb
context.deleteDatabase("database_name.db");
This might help someone. You have to mention the extension otherwise, it will not work.