mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Improve: Delete Cached File After Uninstall
This commit is contained in:
parent
ba0e912918
commit
a7728d75f2
@ -54,6 +54,7 @@ class DefaultInstaller(context: Context) : BaseInstaller(context) {
|
|||||||
|
|
||||||
session.commit(pendingIntent.intentSender)
|
session.commit(pendingIntent.intentSender)
|
||||||
}
|
}
|
||||||
|
cacheFile.delete()
|
||||||
}
|
}
|
||||||
|
|
||||||
private suspend fun mDefaultUninstaller(packageName: String) {
|
private suspend fun mDefaultUninstaller(packageName: String) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user