protected void onDestroy() {
   super.onDestroy();
   downloadThread.requestStop();
 }