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

Commit 23a94766 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 82b131f2: am f6e39b06: am a03696dc: Merge "ApplicationThread: Check...

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

* commit '82b131f2':
  ApplicationThread: Check interface before invoking scheduleLowMemory
parents f8030e41 82b131f2
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;
        }