How can I enable/disable a whole package programmatically from a Android System application?
In this post, a component is enabled/disabled programmatically, but not a whole package.
I want to achieve the same result that is achieved by the root command pm disable/enable package_name
(from the adb shell -> su).