manager: Update LKM select file prompt, support “init_boot / vendor_boot” option

This commit is contained in:
ShirkNeko
2025-06-24 15:03:14 +08:00
parent 01f44dc1d9
commit 91ae4c9650

View File

@@ -373,7 +373,7 @@ private fun SelectInstallMethod(
val horizonKernelSummary = stringResource(R.string.horizon_kernel_summary) val horizonKernelSummary = stringResource(R.string.horizon_kernel_summary)
val selectFileTip = stringResource( val selectFileTip = stringResource(
id = R.string.select_file_tip, id = R.string.select_file_tip,
if (isInitBoot()) "init_boot" else "boot" if (isInitBoot()) "init_boot / vendor_boot" else "boot"
) )
val radioOptions = mutableListOf<InstallMethod>( val radioOptions = mutableListOf<InstallMethod>(