Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ((Activity) ctx).finish();
  2.  
  3. ((Activity)(mContext)).finish();
  4.  
  5. ((Activity)getContext()).finish();
  6.  
  7. if(context instanceof Activity){
  8. ((Activity)context).finish(); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement