Sub HasFeature(Feature As String) As BooleanDim ctxt As JavaObject
ctxt.InitializeContext
Return ctxt.RunMethodJO("getPackageManager", Null).RunMethod("hasSystemFeature", Array(Feature))
EndSub
Sub HasFeature(Feature As String) As BooleanDim ctxt As JavaObject
ctxt.InitializeContext
Return ctxt.RunMethodJO("getPackageManager", Null).RunMethod("hasSystemFeature", Array(Feature))
EndSub
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.