Hi to everybody,
I'm porting an app from B4A to B4i. In B4A I'm able to read the proximity sensor values with
Searching in the forum, I haven't found anything to do the same in B4i. Someone could help me?
Thanks
I'm porting an app from B4A to B4i. In B4A I'm able to read the proximity sensor values with
B4X:
Dim proxSens As PhoneSensors
proxSens.Initialize2(proxSens.TYPE_PROXIMITY, 2)
proxSens.StartListening("ProxData")
Searching in the forum, I haven't found anything to do the same in B4i. Someone could help me?
Thanks