In aar file there's an so file, so I open it with inline java syste.loadLibrary("so file")
These files are for control a POS terminal ("Monera").
Everything works but I need some messages for payment progress and result.
But under pay procees I want to write out POS messages like "Insert Casd", "Enter PIN" etc..
These Events are known for me and I can write to BA.Log(), but I want to write them to activity view (label, edittex).