Downloads the same file twice?
Hi i've been looking through various parts of my code to try and find out whats happening but can't seem to figure it out. The following code is supposed to be downloading two files one called "clientraw" and one called "clientrawextra" but for some reason when i look in the directory there are 2 versions of each file "clientraw...1..." "clientrawextra...1..." Therefore it seems like it's downloading the files multiple times and i have no idea why?? Thanks in advance! distance dis = new distance(); dis.findURL(value); String url = dis.findURL(value); DownloadManager.Request request = new