I'm getting an error when I'm checking the battery level
B4X:
java.lang.IllegalArgumentException: method com.coredata.exp.main._pe_batterychanged argument 2 has type int, got null
This is the sub:
B4X:
Sub PE_BatteryChanged (Level As Int, Scale As Int, Plugged As Boolean, Intent As Intent)...