Skip to content

Commit

Permalink
Add Kernel version
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Roy <sarthakroy2002@gmail.com>
  • Loading branch information
sarthakroy2002 committed Nov 17, 2023
1 parent ebc75c8 commit 58f1b05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ protected void onCreate(Bundle savedInstanceState) {
arrayList.add(new SysView("Build Host", Build.HOST));
arrayList.add(new SysView("Build Time", String.valueOf(Build.TIME)));
arrayList.add(new SysView("Supported ABIs", Arrays.toString(Build.SUPPORTED_ABIS)));
arrayList.add(new SysView("Kernel Version", System.getProperty("os.version")));
arrayList.add(new SysView("RAM", totalMemory + "MB"));
arrayList.add(new SysView("Battery Status", (int)batteryPct + "%"));

Expand Down

0 comments on commit 58f1b05

Please sign in to comment.