am f6e39b06: am a03696dc: Merge "ApplicationThread: Check interface before invoking scheduleLowMemory"
* commit 'f6e39b068d1d5491dc3d73d73f598790688a1c4e': ApplicationThread: Check interface before invoking scheduleLowMemory
This commit is contained in:
@@ -385,6 +385,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