Android 一键加速(内存清理、缓存清理) 源码

时间:2020-01-16 10:02:12
【文件属性】:
文件名称:Android 一键加速(内存清理、缓存清理) 源码
文件大小:13.84MB
文件格式:ZIP
更新时间:2020-01-16 10:02:12
内存加速 http://download.csdn.net/detail/yyh352091626/9196107 基于 LeBron_Six 源码修改,先前的代码只能在Android studio上运行,这几天发了点时间移植到eclipse ,只留下了内存清理和缓存清理。其他的都屏蔽了,如果需要开放其他功能可以用对比工具,开启其它功能。本人也是积分不够,赚点积分而已,希望各位勿喷,Thanks! 由于时间有限,我就不做博客了,用现存的 ,功能如网站所示:http://m.codesocang.com/gn/xiangmu/24473.html 注: 这个并没有真正杀死后台应用,如果想杀死,请用 ActivityManager mActivityManager = (ActivityManager) getApplicationContext().getSystemService(Context.ACTIVITY_SERVICE); Method method = Class.forName("android.app.ActivityManager").getMethod("forceStopPackage",String.class); method.invoke(mActivityManager, pkgList[j]); // packageName是需要强制停止的应用程序包名

网友评论

  • 错误很多,无法用。
  • 方法都是无效的,http://blog.csdn.net/luck_apple/article/details/7550634 都有介绍,况且这个代码GitHub上别人开源的有
  • 没下载就让评论~~~