DaemonLibrary
使用方式
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.wangshihu123:DaemonLibrary:1.0.0'
}
Android后台保活,这里有你需要的所有姿势。2019,最新版本。
老规矩,先上项目地址:
https://github.com/ShihooWang/DaemonLibrary
结合网上各路大神及自己的项目保活实战(在此不方便透露项目),给出了最新的保活姿势。(如有雷同,纯属巧合)
1.为什么要做Android保活?
首先我个人并不推荐也不喜欢手机应用通过各种手段后台保活,当我们确定一定以及肯定地需要这个功能的时候,
也就只能硬着头皮去与各个手机的后台管