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

Commit a03696dc authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android code review
Browse files

Merge "ApplicationThread: Check interface before invoking scheduleLowMemory"

parents bc69f97c e94a3e7f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -369,6 +369,7 @@ public abstract class ApplicationThreadNative extends Binder

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