Notification from Android, the system is running low on memory

Try to reduce your memory use.

Property definitions

android $ Activity :: on_low_memory
	# Notification from Android, the system is running low on memory
	#
	# Try to reduce your memory use.
	fun on_low_memory do force_garbage_collection
lib/android/nit_activity.nit:287,2--290,46