简体   繁体   English

如何以编程方式从我的应用程序过滤和清除其他应用程序缓存?

[英]how can i filter and clear other apps cache from my app programmatically?

I searched a lot and see stackoverflow answers related to this but it is concerned with clearing of my own app cache but I want to clear other apps cache. 我进行了很多搜索,并看到与此相关的stackoverflow答案,但它与清除我自己的应用程序缓存有关,但我想清除其他应用程序缓存。 when you see apps like 360Security,phone Manager in huawei they show how much cache an app stored and clear them based on user's interest so how can I filter and clear other apps' cache (not my own app) ? 当您在华为中看到类似360Security,phone Manager之类的应用程序时,它们会显示一个应用程序存储了多少缓存,并根据用户的兴趣清除了它们,那么如何过滤和清除其他应用程序的缓存(不是我自己的应用程序)? thank you for your help. 谢谢您的帮助。

There is an open source app.That you can take those ideas. 有一个开源应用程序,您可以接受这些想法。

https://github.com/Frozen-Developers/android-cache-cleaner https://github.com/Frozen-Developers/android-cache-cleaner

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 关闭我的应用程序时如何清除缓存? - How can I clear cache when I close my app? 如何清除棉花糖中另一个Android应用程序中的其他应用程序缓存? - How to clear other applications cache from another android app in Marshmallow? 如何以编程方式管理应用缓存? (退出应用程序后清除) - How do I manage app cache programmatically? (Clear it upon exiting the app) 如何以编程方式清除android M(6.0)中其他应用程序的缓存 - How to clear cache of other applications in android M (6.0) programmatically 如何对我的应用进行编码以从其他应用接收内容 - How to code my app to receive content from other apps 如何在Java应用程序中从远程Websphere应用程序服务器获取正在运行的应用程序列表? - How i can take list of running apps from remote websphere app server in my java app? 如何防止我的应用在 startActivity() 上显示特定应用 - How can I prevent my app from showing specific apps on startActivity() 如何在jsp中以编程方式清除浏览器缓存? - how to clear browser cache programmatically in jsp? 如何每隔X分钟清除一次应用缓存? - How do I clear app cache every X minutes? 即使应用程序被杀死,我怎样才能让我的应用程序运行? 从最近的应用程序中删除时在某种意义上被杀死 - How can i make my app run even when app is killed? killed in the sense when it is removed from recent apps
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM