Option to warn user if the device does not have enough RAM

This commit is contained in:
pelya
2012-10-30 18:22:36 +02:00
parent e38cf2f06f
commit 8e9c49b884
8 changed files with 96 additions and 13 deletions

View File

@@ -161,4 +161,8 @@
<string name="hardware_mouse_detected">Hardware mouse detected, disabling mouse emulation</string>
<string name="not_enough_ram">Not enough RAM</string>
<string name="not_enough_ram_size">This app needs %1$d Mb RAM, your device has %2$d Mb</string>
<string name="ignore">Ignore</string>
</resources>