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

@@ -131,4 +131,9 @@
<string name="display_size_tiny_touchpad">Крихiтний, режим тачпаду</string>
<string name="hardware_mouse_detected">Виявлена зовнiшня миша, емуляція миші вимкнена</string>
<string name="broken_libc_title">Broken OS detected</string>
<string name="broken_libc_text">Your device has broken system libraries, this application will most probably crash. Please install a system update, or flash a custom ROM, or copy file /system/lib/libc.so from another device (experts only!)</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>