am a03696dc: Merge "ApplicationThread: Check interface before invoking scheduleLowMemory"
* commit 'a03696dc6b8128bd44dc700b62ef9b5fd3ac4534': 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