am f6e39b06: am a03696dc: Merge "ApplicationThread: Check interface before invoking scheduleLowMemory"

* commit 'f6e39b068d1d5491dc3d73d73f598790688a1c4e':
  ApplicationThread: Check interface before invoking scheduleLowMemory
This commit is contained in:
Dianne Hackborn
2012-06-11 16:36:42 -07:00
committed by Android Git Automerger

View File

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