示例#1
0
 public static boolean stop(AsyncTask task) {
   if (task == null) return false;
   task.stop();
   return true;
 }