File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
java/me/weishu/kernelsu/ui/screen Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ private fun InfoCard() {
679679 ) {
680680 InfoText (
681681 title = stringResource(R .string.home_kernel),
682- content = uname.release
682+ content = " ${ uname.release} ( ${uname.machine} ) "
683683 )
684684 InfoText (
685685 title = stringResource(R .string.home_manager_version),
@@ -689,6 +689,10 @@ private fun InfoCard() {
689689 title = stringResource(R .string.home_fingerprint),
690690 content = Build .FINGERPRINT
691691 )
692+ InfoText (
693+ title = stringResource(R .string.home_abi),
694+ content = Build .SUPPORTED_ABIS .joinToString(" , " )
695+ )
692696 InfoText (
693697 title = stringResource(R .string.home_selinux_status),
694698 content = getSELinuxStatus(),
Original file line number Diff line number Diff line change 1313 <string name =" home_failure" >!kenrelsu || != size/hash</string >
1414 <string name =" home_failure_reason" >Failure! ask your kernel dev about it.</string >
1515 <string name =" home_kernel" >Kernel</string >
16+ <string name =" home_abi" >ABI</string >
1617 <string name =" home_manager_version" >Manager version</string >
1718 <string name =" home_fingerprint" >Fingerprint</string >
1819 <string name =" home_selinux_status" >SELinux status</string >
You can’t perform that action at this time.
0 commit comments