AppUpdate icon indicating copy to clipboard operation
AppUpdate copied to clipboard

🚀 Android 版本更新 🚀 a library for android version update 🚀

Results 89 AppUpdate issues
Sort by recently updated
recently updated
newest added

怎么没有断点续传啊

点击开始下载,进度条没有进度显示,看了下回调日志 total= -1

华为手机普遍存在更新安装完第一次打开app闪退的问题 第二次打开又正常了

Writing exception to parcel java.lang.SecurityException: Permission Denial: reading com.android.providers.downloads.DownloadProvider uri content://downloads/all_downloads/1 from pid=9471, uid=10058 requires android.permission.ACCESS_ALL_DOWNLOADS, or grantUriPermission() Unable to instantiate appComponentFactory java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.CoreComponentFactory" on path: DexPathList[[zip...

测试 三星 S8+ 华为nove3 Android 9.0机型无法 自动安装 原因是在installApp 走了异常,亲测可用 请 作者尽快修复问题 解决办法 AppUpdateUtils 增加 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); ` public static boolean installApp(Context context, File appFile) { try { Intent intent = getInstallAppIntent(context,...

Get a total file size of - 1. Progress bar cannot be carried out. It is always displayed as 0, but it can be downloaded

landscape 横屏下怎么解决适配问题?