mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-14 11:29:18 +00:00
Improve: Delete Cached File After Uninstall
This commit is contained in:
@ -54,6 +54,7 @@ class DefaultInstaller(context: Context) : BaseInstaller(context) {
|
||||
|
||||
session.commit(pendingIntent.intentSender)
|
||||
}
|
||||
cacheFile.delete()
|
||||
}
|
||||
|
||||
private suspend fun mDefaultUninstaller(packageName: String) {
|
||||
|
Reference in New Issue
Block a user