Merge "Increase StartInputHistory entry size"

This commit is contained in:
TreeHugger Robot
2020-11-05 05:11:25 +00:00
committed by Android (Google) Code Review

View File

@@ -938,7 +938,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
* <p>TODO: Consider to follow what other system services have been doing to manage
* constants (e.g. {@link android.provider.Settings.Global#ACTIVITY_MANAGER_CONSTANTS}).</p>
*/
private final static int ENTRY_SIZE_FOR_HIGH_RAM_DEVICE = 16;
private final static int ENTRY_SIZE_FOR_HIGH_RAM_DEVICE = 32;
/**
* Entry size for non low-RAM devices.