2012-02-21 4 views

답변

0
((Activity) context).runOnUiThread(new Runnable() 
      { 
       public void run() 
       { 
        //show your dialog here 
       } 
      } 
    ); 
관련 문제