commit | 084c7064d8f5a99fdfbf6ce29a7bfa05172da5ad | [log] [tgz] |
---|---|---|
author | Jorim Jaggi <jjaggi@google.com> | Wed May 16 15:52:26 2018 -0700 |
committer | Jorim Jaggi <jjaggi@google.com> | Thu May 17 01:58:32 2018 +0000 |
tree | f75d79c376d8dd26e6c528c890c02f5c94ec6592 | |
parent | 645c8671ed6aa3f4c5b0d405aa5360b113b30f16 [diff] |
Only WTF when trying to use remote animation in ActivityOptions There is a legitimate use case when sending a PendingIntent from within system_server, for example AlarmManager. However, we used to WTF always in this case. To fix this, we only WTF when trying to use a remote animation that originates from within system_server. Test: Boots, open apps Change-Id: I7bafae9f899cbb8966cf22166270000ce887baba Fixes: 79417917