Library and app for showing tons of device information for your android device.
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.kibotu:net.kibotu.android.deviceinfo:-SNAPSHOT'
}
gradle clean lib:build
Build.getSystemAvailableFeatures()
- documentation how to access the data, currently it can be found at the demo app
- memory: add environment info
- display: finish display class info
- display: fix configuration info
- geolocation: add fusion, also gmaps
- option menu: re-add endpoints for github, twitter, fbook, find parse alternative server endpoint to store shared device data
- release new build to gplay