Allow installing apps built for old api's by using `--bypass-low-target-sdk-block` when installer set to Shizuku
Is your feature request related to a problem? Please describe.
Right now on android 14 and later apks built for android 5 and earlier version can be only installed with adb using --bypass-low-target-sdk-block option.
Describe the solution you'd like
Using --bypass-low-target-sdk-block when installer set to Shizuku.
Describe alternatives you've considered Installing such apks manually with adb, which i want to avoid.
Additional context https://github.com/NeoApplications/Neo-Store/commit/32fc4ce4ddb937b2482cfad43fd83db01b1fda64 https://github.com/zacharee/InstallWithOptions
--bypass-low-target-sdk-block should also be used (optionally?) when root is chosen for installation.
as for now it downloads the app, tries to install it but simply does not succeed without any indication of what went wrong... hence the user can only guess what's the issue.
although this issue is IMHO much more important, it seems to me somehow related to #723.