Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82b131f2 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am f6e39b06: am a03696dc: Merge "ApplicationThread: Check interface before...

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

* commit 'f6e39b06':
  ApplicationThread: Check interface before invoking scheduleLowMemory
parents f75e3e01 f6e39b06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -385,6 +385,7 @@ public abstract class ApplicationThreadNative extends Binder

        case SCHEDULE_LOW_MEMORY_TRANSACTION:
        {
            data.enforceInterface(IApplicationThread.descriptor);
            scheduleLowMemory();
            return true;
        }