标签: android memory document limit
我发现一些博客描述了android系统对运行的应用程序施加的内存限制,但是我找不到这个主题的官方文档,有人能指出我在android官方文档中提到它的地方?感谢。
答案 0 :(得分:2)
您可能需要的文档可能是activity manager官方文档。看看那里列出的方法,例如
getLargeMemoryClass(), getMemoryClass(), getMemoryInfo(ActivityManager.MemoryInfo outInfo),等
getLargeMemoryClass(), getMemoryClass(), getMemoryInfo(ActivityManager.MemoryInfo outInfo),