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

Disable system apps without root #123

Open sekedus opened 4 months ago

sekedus commented 4 months ago

PackageManager + Shizuku (non-root).

In ADB (without root) you can disable system apps with:

pm disable-user <package_name>
pm disable-user --user <user_id> <package_name>

Can this be implemented also in PackageManager?