reverse onLowMemory/onTrimMemory removal
we want to override the default behavior and do nothing instead
This commit is contained in:
parent
3f75bae4e5
commit
82104bc7e2
|
@ -88,4 +88,14 @@ public final class RetroActivity extends NativeActivity
|
|||
{
|
||||
UserPreferences.readbackConfigFile(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLowMemory()
|
||||
{
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onTrimMemory(int level)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue