Files
frameworks_base/core/java/android/app
Felipe Leme d58c1eaada Improved how Content Capture events are flushed when activity is resumed / paused.
We were flushing right after the activity resumed, but the relevant events (views added / removed)
were not generated yet, which made such flushes useless.

This CL changes the workflow to flush them after the ViewRoot finishes doing its work.

Test: atest CtsContentCaptureServiceTestCases

Bug: 125395044
Bug: 122315042

Change-Id: I05bf27069b00c285643b2d23ad6708a6ad7bc8f3
2019-02-22 12:14:36 -08:00
..
2018-12-14 00:11:19 +00:00
2019-01-10 19:31:31 -08:00