Skip to content

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

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages