Skip to content

yunuseker/device-information-collector

Repository files navigation

device information collector

This library helps you easily get Application, Battery, Hardware, Sensor and Wifi information on your Android device. But it is not finished yet.

..

...

....

Battery Data

BatteryInfo {
    Integer scale;
    String technology;
    Integer level;
    Integer voltage;
    String status;
    String plugged;
    String health;
    Integer temperature;
    }

Hardware Data

HardwareInfo {
    String product;
    String model;
    String osVersion;
    String hardware;
    String manufacturer;
    String device;
    String brand;
    String display;
    String bootloader;
    String board;
    }

Sensor Data

SensorInfoModel {
    String type;
    String vendor;
    int version;
    String name;
    }

About

This library helps you easily get Application, Battery, Hardware, Memory, Sensor and Wifi information on your Android device.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages