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

Skip to content
Commit 66b08f02 authored by Winson Chung's avatar Winson Chung
Browse files

Reduce parceled data size between system & sysui

- SystemUI no longer uses the detailed task info since we exclusively call
  startActivityFromRecents() instead of starting the activity ourselves.
  In addition, all other uses of Task.fillTaskInfo() are currently to
  notify SysUI of task changes (either from the task change notifier or
  task org), and these task infos don't need the full intent extras or
  clip data either.  So we can just push up the code to clear the extras
  into Task.fillTaskInfo() and only partially clone the intent.

Bug: 150242007
Test: atest RecentTasksTest
Test: atest RunningTasksTest
Test: atest TaskOrganizerTests
Change-Id: Idd3d197c7b63d00ae213571a69279dee98256ba0
parent 42e3933e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment