[gomobile ]how to access field JAVA from reverse binding android

when trying to access the field from go through reverse I can not throw the following error.
packageinfo.signatures undefined (type pm.PackageInfo has no field or method signatures)
This is my code
packagemanager = contexto.GetPackageManager()
packageinfo,_ = packagemanager.GetPackageInfo(contexto.GetPackageName(),64)
signs,_ := packageinfo.signatures

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.