My app is runnning code bellow in a working thread every 5 seconds. But it returns a fixed value of -9223372036854775808/ Am I missiging anything?
BatteryManager batteryManager =
(BatteryManager)context.getSystemService(Context.BATTERY_SERVICE);
mEnergyNWH = batteryManager.getLongProperty(BatteryManager.BATTERY_PROPERTY_ENERGY_COUNTER);