Obtain the file name according to the download address
static String appName(String url) { return url.substring(url.lastIndexOf("/") + 1); }