diff options
author | Winson Chung <winsonc@google.com> | 2020-03-03 14:32:35 -0800 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2020-03-04 13:11:43 -0800 |
commit | 66b08f0201877e6013058fda2f0263016338c770 (patch) | |
tree | 009248474477f920672b61f8cdfc59d989935520 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 42e3933e546a16dd3b28e1fcaf171111f05cb407 (diff) |
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
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions