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:
|
case SCHEDULE_LOW_MEMORY_TRANSACTION:
|
||||||
{
|
{
|
||||||
|
data.enforceInterface(IApplicationThread.descriptor);
|
||||||
scheduleLowMemory();
|
scheduleLowMemory();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user