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

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

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

* commit 'a03696dc':
  ApplicationThread: Check interface before invoking scheduleLowMemory
parents c07055c4 a03696dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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;
        }
        }