• Stars
    star
    1,012
  • Rank 45,431 (Top 0.9 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 11 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android 应用自动更新。Android update checker,download and install apk file

Android应用自动更新库(android-auto-update)

该library项目实现了软件版本检查,apk文件下载,软件安装(Android app update checker,download and install apk)支持API 14+

1.导入library项目

提供2种版本检查方式,在你的项目中添加以下代码即可

  • 使用Dialog

      UpdateChecker.checkForDialog(this);
    
  • 使用Notification

      UpdateChecker.checkForNotification(this);
    

2.截图

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot