Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiangdongguo/keepingappalive
(已无效,废弃)Keeping app alive for Android 6.0+. // Android 6.0以上系统APP保活方法归纳
https://github.com/jiangdongguo/keepingappalive
Last synced: 6 days ago
JSON representation
(已无效,废弃)Keeping app alive for Android 6.0+. // Android 6.0以上系统APP保活方法归纳
- Host: GitHub
- URL: https://github.com/jiangdongguo/keepingappalive
- Owner: jiangdongguo
- Created: 2017-07-15T09:30:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T08:31:48.000Z (almost 3 years ago)
- Last Synced: 2024-12-10T18:11:51.611Z (13 days ago)
- Language: Java
- Homepage: http://blog.csdn.net/andrexpert/article/details/53485360
- Size: 1.24 MB
- Stars: 692
- Watchers: 19
- Forks: 188
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KeepingAppAlive
Android 6.0以上系统APP保活方法归纳
\\\\\(1) 探讨一种新型的双进程守护应用保活方法
博客地址:http://blog.csdn.net/andrexpert/article/details/53485360
\\\\\(2) 探讨Android6.0及以上系统APP常驻内存(保活)实现-争宠篇
博客地址:http://blog.csdn.net/andrexpert/article/details/75045678
\\\\\\(3) 探讨Android6.0及以上系统APP常驻内存(保活)实现-复活篇
博客地址:http://blog.csdn.net/andrexpert/article/details/75174586License
-------Copyright 2017-2021 Jiangdongguo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.