How I can get Hardware Information in Android app
I want to get information about a device such as RAM (mem size), GPU (model, mem size), CPU (model, count of cores) programmatically in android app(kotlin). I found some similar posts (for example
that), but there is no solution there. Help me please