apkExists

open fun apkExists(context: Context, versionCode: Long, file: File): Boolean

APK是否存在

Return

Parameters

context

上下文

versionCode

版本号

file

APK文件

Throws