D
Deleted member 103
Guest
Hi,
what is the equivalente of SetScreenBrightness in B4i?
what is the equivalente of SetScreenBrightness in B4i?
B4X:
Sub setBrightness(value As Float)
Dim p As Phone
p.SetScreenBrightness(value)
End Sub