This is my plugin for android and one of my method requires a context, Is there a way how can I get this context?
public class GaziruPlugin extends CordovaPl
try to put this into your plugin:
Context context=this.cordova.getActivity().getApplicationContext();