PackageManager icon indicating copy to clipboard operation
PackageManager copied to clipboard

Disable system apps without root

Open sekedus opened this issue 1 year ago • 1 comments

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?

sekedus avatar May 27 '24 22:05 sekedus

is it same as following?

  • #61

goyalyashpal avatar Feb 27 '25 07:02 goyalyashpal