-
- All Implemented Interfaces:
public class SQLiteUtils
-
-
Method Summary
Modifier and Type Method Description static booleandeleteDBFromCacheDir(String fileName)Deletes the database files in the Application's cache folder. -
-
Method Detail
-
deleteDBFromCacheDir
static boolean deleteDBFromCacheDir(String fileName)
Deletes the database files in the Application's cache folder.
- Parameters:
fileName- the file name to be deleted
-
-
-
-