Say I have a rooted phone, and I "debloat" it by removing some system apps. This means removing apk files from /system
folder. On the other hand, user-installed apps on internal memory go to /data/app
folder, according to this answer.
Does this mean the system reserved space is still not available for app installation unless I use something like an app-systemizer (that forcibly stores apk files in /system
folder)?