ApplicationThread: Check interface before invoking scheduleLowMemory

Change-Id: I51317386e1729366d19f7e3a1747b05170b9305a
This commit is contained in:
Vairavan Srinivasan
2012-02-01 23:17:14 -08:00
parent 9d25b82d28
commit e94a3e7f84

View File

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