Yes, but it's easier by using
this.
I tried this.
Got a little confused.
The initial pop-up says "This device doesn't support block mode. We'll hide/disable instead."
Then I hid/disabled some apps. And confirmed that they were indeed taken care of by rerunning the app.
Now, here's a confused part:
when I do "adb shell pm list packages", it doesn't list them anymore. So, does this mean that hide/disable is even more severe than block?
And does block really mean "disable" app from the app drawer?
When I do "adb shell pm list packages -d", it shows apps I "disabled" from the app drawer.
So the terminology must be reversed:
Debloater's "block" equals Android's "disable app."
While Debloater's "hide/disable" equals something even more severe.
Is this correct?
EDIT:
On the other hand, this is more confusing now.
I restarted the phone, reran the app to verify that settings stuck. Then looked at Applications setting in Settings of the phone.
The apps that were "hidden" by Debloater appear to be still running.
For example, FWUrgentUpdateTSP, which is com.samsung.android.firmware.tsp, is still running. At least according to Settings.
What's going on?
Update:
"hide" prevents the packages from ever loading into physical memory. They are still there, but they cannot be executed by the system.
So, this indeed works.