描述memory warning机制,并列出app做什么操作来响应memory warning

2025-05-09 22:17:07
推荐回答(1个)
回答1:

Android: onLowMemory()
You should implement this method to release any caches or other unnecessary resources you may be holding on to. The system will perform a garbage collection for you after returning from this method.