Merge "ApplicationThread: Check interface before invoking scheduleLowMemory"

This commit is contained in:
Dianne Hackborn
2012-06-11 15:58:22 -07:00
committed by android code review

View File

@@ -369,6 +369,7 @@ public abstract class ApplicationThreadNative extends Binder
case SCHEDULE_LOW_MEMORY_TRANSACTION:
{
data.enforceInterface(IApplicationThread.descriptor);
scheduleLowMemory();
return true;
}