Add input dialogs to the KPM module to optimize control logic and display Snackbar prompts for operation results.

This commit is contained in:
ShirkNeko
2025-04-01 17:04:00 +08:00
parent f71de1742a
commit e5f5b8f831
5 changed files with 88 additions and 26 deletions

View File

@@ -227,7 +227,6 @@
<string name="kpm_empty">No installed kernel modules at this time</string>
<string name="kpm_version">releases</string>
<string name="kpm_author">author</string>
<string name="kpm_execute">fulfillment</string>
<string name="kpm_uninstall">uninstallation</string>
<string name="kpm_uninstall_confirm">Determine the kernel module to uninstall: %1$s </string>
<string name="kpm_uninstall_success">Uninstalled successfully</string>
@@ -245,4 +244,5 @@
<string name="kpm_control_success">success</string>
<string name="kpm_control_failed">failed</string>
<string name="home_click_to_ContributionCard_kernelsu">SukiSU Ultra will be a relatively independent branch of KSU in the future, but thanks to the official KernelSU and MKSU etc. for their contributions!</string>
<string name="not_supported">unsupported</string>
</resources>