2012-02-21 38 views

回答

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