Hi.
How I can disable GPS functionality if a device doesn't have GPS device.
Thank you
How I can disable GPS functionality if a device doesn't have GPS device.
Thank you
Sub HasFeature (Feature As String) As Boolean
Dim ctxt As JavaObject
ctxt.InitializeContext
Return ctxt.RunMethodJO("getPackageManager", Null).RunMethod("hasSystemFeature", Array(Feature))
End Sub
Sub HasFeature (Feature As String) As Boolean
Dim ctxt As JavaObject
ctxt.InitializeContext
Return ctxt.RunMethodJO("getPackageManager", Null).RunMethod("hasSystemFeature", Array(Feature))
End Sub
Hey! @makis_best : Why don't you start giving 'Like' to people helping solve your problems in the forum; and you have been getting a lot of help lately.Just what I needed