1、创建一个Application的继承类MyAppliaction,并在AndroidManifest中声明;
2、开启网络权限;
3、通知apk更新的网络上的json数据
4、建立检查apk版本和更新a[k的两个Service
compile 'com.squareup.okhttp3:okhttp:3.4.0'
compile 'com.squareup.okio:okio:1.1.0'
compile 'com.google.code.gson:gson:2.7'
IntentService
网友评论