largeHeap=true manifest tag not working?

前端 未结 2 1480
独厮守ぢ
独厮守ぢ 2020-12-05 08:11

I´m developing a very memory-consuming app and want to use the largeHeap-Tag, which should give the application a bit more memory. Whatever I set this tag in AndroidManifest

2条回答
  •  盖世英雄少女心
    2020-12-05 08:39

    Use ActivityManager.getMemoryClass() and ActivityManager.getLargeMemoryClass() to verify the approximated values assigned to your app.

提交回复
热议问题