Skip to content

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

License

Notifications You must be signed in to change notification settings

ribuluo000/android-auto-update

 
 

Repository files navigation

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

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

1.导入library项目

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

  • 使用Dialog

      UpdateChecker.checkForDialog(this);
    
  • 使用Notification

      UpdateChecker.checkForNotification(this);
    

2.截图

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%