@Override
 public void onDownloadComplete(int id) {
   progressNotification.clear();
   InstallApk.Install(urlPath, App.getInstance());
 }