You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
manager: add kernel ABI info
This commit is contained in:
@@ -420,7 +420,7 @@ private fun InfoCard() {
|
|||||||
|
|
||||||
InfoCardItem(
|
InfoCardItem(
|
||||||
label = stringResource(R.string.home_kernel),
|
label = stringResource(R.string.home_kernel),
|
||||||
content = uname.release,
|
content = "${uname.release} (${uname.machine})",
|
||||||
icon = painterResource(R.drawable.ic_linux),
|
icon = painterResource(R.drawable.ic_linux),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user