android-device-info
                                
                                 android-device-info copied to clipboard
                                
                                    android-device-info copied to clipboard
                            
                            
                            
                        Demo app for displaying some information about Android device
 
Android Device Info
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.