How do you find the amount of RAM that is available to be used by a mobile app? It seems that system.freeMemory, system.totalMemory, system.privateMemory can only tell how much memory an app has used. What if you need to be able to know how much memory is available to the app, so as to be able to turn certain features on and off. Is there a way to do this?
↧