6
Planned

Task: Selected apps

There is a List Apps task that already exists, however it returns ALL of the apps installed on your device.

What I wish to have is a task where I can select apps manually, and let the task return those selected apps and store them in an array by package name, app name and icon. Similar to App Info task's return value but in an array.

Why?

After the release of 5.9.2 beta, we now have the new feature called ADB WIFI, where we can run some root commands, my particular use for this is the app killing adb command, 

am force-stop %app_package

with this requested feature, I can loop through all of my selected packages and stop them. This is more like a greenify BUT with adb commands, no root, non-intrusive.

1 reply

R

Actually, App Info task happens to have the same thing. The downside is that, you have to select the apps again and again