Since last update to targetversion 26 the battery_changed event seems doesn't launch at start. Is there a way to force the event or ask for battery level programatically?
Thanks
Sub Service_Create
Dim pe As PhoneEvents
pe.Initialize("pe")
End Sub
Sub pe_BatteryChanged (Level As Int, Scale As Int, Plugged As Boolean, Intent As Intent)
Log(Level)
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.