Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
/ android-device-info Public archive

Demo app for displaying some information about Android device

Notifications You must be signed in to change notification settings

fartem/android-device-info

Repository files navigation

Android Device Info

GitHubActions Codebeat Codecov Android Arsenal

About

Demo app for displaying information about Android device.

Available information about device

Section Values
System Api Level, Arch, Board, Bootloader, Brand, Code Name, Date, Fingerprint, Hardware, Host, Kernel Version, Manufacturer, Model, Product, Release Version, Type, User
CPU Cores, Frequency
GPU Model, Vendor
JVM JVM
RAM Available RAM, Total RAM
Battery Health, Action, Plugged
Display Density DPI, Density, Display, Height Pixels, Scaled Density DPI, Width Pixels, XDPI, YDPI

Screenshots


How to contribute

Read Commit Convention. Make sure your build is green before you contribute your pull request. Prepare any API 22 emulator. Then:

$ ./gradlew clean
$ ./gradlew build
$ ./gradlew -Pandroid.testInstrumentationRunnerArguments.class=com.smlnskgmail.jaman.deviceinfo.info.travisci.Api22TestSuite connectedCheck

If you don't see any error messages, submit your pull request.

Contributors