@@ -42,13 +42,13 @@ class FileActivity : CommonActivity() {
42
42
CommonItemTitle (" isFileExists: " + PathUtils .getExternalAppFilesPath(), " " + FileUtils .isFileExists(PathUtils .getExternalAppFilesPath())),
43
43
CommonItemTitle (" isFileExists: " + PathUtils .getExternalStoragePath(), " " + FileUtils .isFileExists(PathUtils .getExternalStoragePath())),
44
44
CommonItemTitle (" isFileExists: " + PathUtils .getDownloadCachePath(), " " + FileUtils .isFileExists(PathUtils .getDownloadCachePath())),
45
- CommonItemTitle (" isFileExists: " + PathUtils .getExternalDownloadsPath(), " " + FileUtils .isFileExists(PathUtils .getExternalDownloadsPath() + " / " + " app-release.apk1 " )),
45
+ CommonItemTitle (" isFileExists: " + PathUtils .getExternalDownloadsPath(), " " + FileUtils .isFileExists(PathUtils .getExternalDownloadsPath())),
46
46
47
47
CommonItemTitle (" isFileExists: " + PathUtils .getInternalAppFilesPath(), " " + FileUtils .isFileExists(File (PathUtils .getInternalAppFilesPath()))),
48
48
CommonItemTitle (" isFileExists: " + PathUtils .getExternalAppFilesPath(), " " + FileUtils .isFileExists(File (PathUtils .getExternalAppFilesPath()))),
49
49
CommonItemTitle (" isFileExists: " + PathUtils .getExternalStoragePath(), " " + FileUtils .isFileExists(File (PathUtils .getExternalStoragePath()))),
50
50
CommonItemTitle (" isFileExists: " + PathUtils .getDownloadCachePath(), " " + FileUtils .isFileExists(File (PathUtils .getDownloadCachePath()))),
51
- CommonItemTitle (" isFileExists: " + PathUtils .getExternalDownloadsPath(), " " + FileUtils .isFileExists(File (PathUtils .getExternalDownloadsPath() + " / " + " app-release.apk1 " )))
51
+ CommonItemTitle (" isFileExists: " + PathUtils .getExternalDownloadsPath(), " " + FileUtils .isFileExists(File (PathUtils .getExternalDownloadsPath())))
52
52
)
53
53
}
54
54
0 commit comments