We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d25b82 commit e94a3e7Copy full SHA for e94a3e7
1 file changed
core/java/android/app/ApplicationThreadNative.java
@@ -369,6 +369,7 @@ public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
369
370
case SCHEDULE_LOW_MEMORY_TRANSACTION:
371
{
372
+ data.enforceInterface(IApplicationThread.descriptor);
373
scheduleLowMemory();
374
return true;
375
}
0 commit comments