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 appops #14

Closed Lennoard closed 3 years ago

Lennoard commented 3 years ago

App operations feature, requires root access. Some ops are not writable and some takes a few seconds to commit .

Refs:

sunilpaulmathew commented 3 years ago

@Lennoard Thanks a lot. I'll take this as an opportunity to learn Kotlin (or converted the same to java in the worst case).

Lennoard commented 3 years ago

@sunilpaulmathew Sure. I'm not forcing anyone. 🙂 But if you end up converting to Java, the only thing I have to say is please don't use AsyncTask.

sunilpaulmathew commented 3 years ago

@Lennoard Done here