rtek1000 Active Member Licensed User Longtime User Jan 31, 2019 #1 Is there a simpler way to read the battery voltage? I found an example, which needs java code: https://www.b4x.com/android/forum/threads/batteryprogressview.80374/#content int voltage = batteryIntent.getIntExtra(BatteryManager.EXTRA_VOLTAGE,-1); Click to expand... Ref: https://developer.android.com/reference/android/os/BatteryManager.html#EXTRA_VOLTAGE
Is there a simpler way to read the battery voltage? I found an example, which needs java code: https://www.b4x.com/android/forum/threads/batteryprogressview.80374/#content int voltage = batteryIntent.getIntExtra(BatteryManager.EXTRA_VOLTAGE,-1); Click to expand... Ref: https://developer.android.com/reference/android/os/BatteryManager.html#EXTRA_VOLTAGE
Geezer Active Member Licensed User Longtime User Jan 31, 2019 #2 https://www.b4x.com/android/forum/threads/battery-remaining.32524/ Upvote 0