0

How long will it take for Android OS to update battery information ? (for example file in "/sys/class/power_supply/battery/current_now")

Thanks

Reza
  • 739
  • 1
  • 10
  • 24

1 Answers1

1

You can use a BroadcastReceiver for the ACTION_BATTERY_CHANGED.

For more information see http://developer.android.com/reference/android/content/Intent.html#ACTION_BATTERY_CHANGED