├── README.md ├── platformRules-0330.xlsx ├── 华为白名单.png └── 应用加白名单简化流程v0.1(RFC)..pptx /README.md: -------------------------------------------------------------------------------- 1 | # 关于华为白名单的资料 2 | ----- 3 | **如果您的应用加入华为白名单,可以通过这个链接找到 [华为客服](http://developer.huawei.com/consumer/cn/wiki/index.php?title=%E5%AE%A2%E6%9C%8D%E8%81%94%E7%B3%BB%E6%96%B9%E5%BC%8F),咨询获取最新资料。** 4 | 5 | 以下资料是当时我咨询时华为客服发给我的,这个还是希望大家去给客服要最新的 6 | 7 | [应用加白名单简化流程v0.1(RFC)..pptx](https://github.com/852172891/Android-/blob/master/%E5%BA%94%E7%94%A8%E5%8A%A0%E7%99%BD%E5%90%8D%E5%8D%95%E7%AE%80%E5%8C%96%E6%B5%81%E7%A8%8Bv0.1(RFC)..pptx) 8 | 9 | [应用待机功耗测试标准](https://github.com/852172891/Android-/blob/master/platformRules-0330.xlsx) 10 | 11 | 下面是:应用加白名单简化流程v0.1(RFC)..pptx中的一张截图 12 | ![](https://github.com/852172891/Android-/blob/master/%E5%8D%8E%E4%B8%BA%E7%99%BD%E5%90%8D%E5%8D%95.png) 13 | 14 | 15 | 关于进程保活资料汇总如下: 16 | ------------- 17 | 18 | 19 | |类型| 简介 | 地址 20 | |:----------|:-----------:|:------:| 21 | |文章|D_clock爱吃葱花|[关于 Android 进程保活,你所需要知道的一切](http://www.jianshu.com/p/63aafe3c12af)| 22 | |文章||[微信Android客户端后台保活经验分享](http://www.infoq.com/cn/articles/wechat-android-background-keep-alive)| 23 | |github开源项目|实现进程保活,暂时实现了双进程守护、JobService检测与拉起、进程死亡AlarmManager定时拉起、 广播监听(网络变化、开机等),同时通过Timer和TimerTask实现心跳服务|[Android端心跳服务与进程保活](https://github.com/sunfusheng/DaemonService)| 24 | |文章|作者:尼古拉斯_赵四 文章分析了:杀进程原理 值得一看|[Android应用保活方案的另类出路,让你应用长生不老(针对小米手机)](https://blog.csdn.net/jiangwei0910410003/article/details/82558465)| 25 | |文章|作者:腾讯手机管家,来自 FreeBuf.COM|[ Android进程保护研究分析报告 ](https://www.freebuf.com/articles/paper/185466.html)| 26 | 27 | -------------------------------------------------------------------------------- /platformRules-0330.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/852172891/Android-/690debe1ef12f45bed4176264175ed2c22901098/platformRules-0330.xlsx -------------------------------------------------------------------------------- /华为白名单.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/852172891/Android-/690debe1ef12f45bed4176264175ed2c22901098/华为白名单.png -------------------------------------------------------------------------------- /应用加白名单简化流程v0.1(RFC)..pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/852172891/Android-/690debe1ef12f45bed4176264175ed2c22901098/应用加白名单简化流程v0.1(RFC)..pptx --------------------------------------------------------------------------------