B4X:
			
		
		
		b4a:
    Dim oPhone As Phone
        If oPhone.IsAirplaneModeOn=True Then
            bRetVal=False
            Return(bRetVal)
        End If
	
			
				B4X:
			
		
		
		b4a:
If oPhone.GetSettings("wifi_on")<>1 Then
            bRetVal=False
            Return(bRetVal)
        EndIf
	How do I determine if Wifi is on in b4i