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.