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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.