https://github.com/feicien/android-auto-update
  
  
    Android 应用自动更新。Android update checker,download and install apk file  
    https://github.com/feicien/android-auto-update
  
        Last synced: 6 months ago 
        JSON representation
    
Android 应用自动更新。Android update checker,download and install apk file
- Host: GitHub
 - URL: https://github.com/feicien/android-auto-update
 - Owner: feicien
 - License: apache-2.0
 - Created: 2013-10-11T00:56:27.000Z (about 12 years ago)
 - Default Branch: master
 - Last Pushed: 2022-09-24T00:44:32.000Z (about 3 years ago)
 - Last Synced: 2025-04-12T14:57:25.348Z (7 months ago)
 - Language: Java
 - Size: 3.61 MB
 - Stars: 1,013
 - Watchers: 59
 - Forks: 291
 - Open Issues: 10
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-github-android-ui - android-auto-update - 安卓应用自动更新库 (升级更新)
 
README
          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.截图







