SmartPack / PackageManager

Source code of Package Manager, an Application to Manage your Apps.
https://smartpack.github.io/PackageManager/
GNU General Public License v3.0
448 stars 59 forks source link

[Feature] batch uninstall #26

Closed Efreak closed 3 years ago

Efreak commented 3 years ago

It would be nice to have an option to batch uninstall apps. I've got an app that does this, but that's all it does and I'm trying to clean up the number of extra apps I've got installed.

sunilpaulmathew commented 3 years ago

@Efreak I don't know it is really possible without root access. However, I would like to have a look at this issue, especially, the second point you mentioned. Btw, sorry for the slight delay in my reply.

Efreak commented 3 years ago

I don't know it is really possible without root access

There's an open source app called Batch Uninstaller that does the most basic of what I'm requesting, if that helps. Implementing that should be trivial, I think, though it would be nice to be able to interrupt it, as mentioned.

Btw, sorry for the slight delay in my reply.

You don't owe me anything, and I'm happy you're even considering my requests :+1:

sunilpaulmathew commented 3 years ago

@Efreak So, I managed to do it. If you like to have a look on it, please try this APK. Thanks Limitation: The user needs to approve each uninstallation event (Interrupting such a process for the multi-uninstallation scenario are still a headache).

sunilpaulmathew commented 3 years ago

I'm closing this issue since it is already addressed in v4.9. Feel free to reopen this issue if you're not satisfied.