manager: make action execution screen have the same behavior as Magisk

based on pr https://github.com/tiann/KernelSU/pull/2321

* Magisk's behavior: Hide Bottom Navbar, Show close button if failed or success
and removed automatic exit when module execution success.
This commit is contained in:
Rifat Azad
2025-05-19 21:15:53 +07:00
committed by ShirkNeko
parent d408c9f4bf
commit cfdbba45c3
5 changed files with 69 additions and 28 deletions

View File

@@ -112,6 +112,7 @@
<string name="install_inactive_slot">Instal ke slot nonaktif (setelah OTA)</string>
<string name="grant_root_failed">Gagal memberikan akses root!</string>
<string name="open">Buka</string>
<string name="close">Tutup</string>
<string name="settings_check_update">Cek terbaru</string>
<string name="settings_check_update_summary">Cek terbaru setiap membuka aplikasi</string>
<string name="settings_uninstall_permanent_message">Hapus permanen KernelSU (root dan modul).</string>

View File

@@ -113,6 +113,7 @@
<string name="grant_root_failed">获取 root 失败!</string>
<string name="action">执行</string>
<string name="open">打开</string>
<string name="close">关闭</string>
<string name="enable_web_debugging">启用 WebView 调试</string>
<string name="enable_web_debugging_summary">可用于调试 WebUI 。请仅在需要时启用。</string>
<string name="direct_install">直接安装(推荐)</string>

View File

@@ -115,6 +115,7 @@
<string name="grant_root_failed">Failed to grant root!</string>
<string name="action">Action</string>
<string name="open">Open</string>
<string name="close">Close</string>
<string name="enable_web_debugging">Enable WebView debugging</string>
<string name="enable_web_debugging_summary">Can be used to debug WebUI. Please enable only when needed.</string>
<string name="direct_install">Direct install (Recommended)</string>