commit | 357dfbc115f0a0143e363b5865d4a134073d9b8f | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Wed Apr 26 20:18:02 2023 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Thu Apr 27 17:30:20 2023 +0800 |
tree | 078a74be2874c4875706dbbbf0ed181620d807ef | |
parent | f0a75620062fe83d2190d3e0eda31328ac32c47a [diff] |
Use quick path to start recents if the caller is trusted To reduce latency that schedules on another thread with more steps to process pending intent. The quick path can only be used when the creator uid of PendingIntent is recents itself, so the real caller is restricted to be only from recents component (SystemUiProxy). Bug: 275508603 Test: Capture trace when swiping up app to enter recent. Change-Id: I1d817e52ba22296269cd651cf38d3606aab6d7b3