CleanUtils

class CleanUtils

Functions

cleanCustomDir
Link copied to clipboard
open fun cleanCustomDir(dir: File): Boolean
Clean the custom directory.
open fun cleanCustomDir(dirPath: String): Boolean
Clean the custom directory.
cleanExternalCache
Link copied to clipboard
open fun cleanExternalCache(): Boolean
Clean the external cache.
cleanInternalCache
Link copied to clipboard
open fun cleanInternalCache(): Boolean
Clean the internal cache.
cleanInternalDbByName
Link copied to clipboard
open fun cleanInternalDbByName(dbName: String): Boolean
Clean the internal database by name.
cleanInternalDbs
Link copied to clipboard
open fun cleanInternalDbs(): Boolean
Clean the internal databases.
cleanInternalFiles
Link copied to clipboard
open fun cleanInternalFiles(): Boolean
Clean the internal files.
cleanInternalSp
Link copied to clipboard
open fun cleanInternalSp(): Boolean
Clean the internal shared preferences.
deleteFilesInDir
Link copied to clipboard
open fun deleteFilesInDir(dirPath: String): Boolean