I'm writing a small native android plugin for my NativeScript application, but then there's a part where I have to pass several string parameters into the java code and that is surprisingly problematic. It turns out that when I attempt to call a method that requires anything else by the android context, the call fails. I'm writing a small native android plugin for m