Results 3 issues of LightWayUp

Summary: 許可權 -> 權限 ( Use Android's default "Chinese Traditional ( Taiwan )" translation for "Permission" ) 目錄 -> 資料夾 ( "Directory" -> "Folder" ) 儲存 -> 儲存空間 ( Use...

[Starting from Android 14, apps that target SDK versions too old are blocked from being installed.](https://developer.android.com/about/versions/14/behavior-changes-all#minimum-target-api-level) Root and shell are allowed to bypass this limitation if [`INSTALL_BYPASS_LOW_TARGET_SDK_BLOCK` flag](https://android.googlesource.com/platform/frameworks/base/+/7c710f62228fbc829eaa097204a00bccd8aa420d%5E%21/#F0) is used.

This fixes [issue 48 "Cannot see volumes come and go on Kubuntu 20.04"](https://github.com/probonopd/go-appimage/issues/48). Earlier attempt to fix the issue (#233) implemented a retry-after-timeout, with the idea that the required services...