My calling activity:
public class Hello extends Activity { public void onCreate(Bundle savedInstanceState) { MyTask mt = new MyTask(this); mt.exe
Can you try
this.finish()
Seems like its because of calling it using mContext that it says undefined.