Merge "ApplicationThread: Check interface before invoking scheduleLowMemory"
This commit is contained in:
@@ -369,6 +369,7 @@ public abstract class ApplicationThreadNative extends Binder
|
||||
|
||||
case SCHEDULE_LOW_MEMORY_TRANSACTION:
|
||||
{
|
||||
data.enforceInterface(IApplicationThread.descriptor);
|
||||
scheduleLowMemory();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user