commit | eceebbfa69cbf9b6d54aaddbba6d80804ad0079c | [log] [tgz] |
---|---|---|
author | Andrii Kulian <akulian@google.com> | Wed Jun 26 17:36:51 2019 -0700 |
committer | Andrii Kulian <akulian@google.com> | Thu Jun 27 11:30:34 2019 -0700 |
tree | bd3f6e799dda1181633e1da1cbcfbc6392ee677f | |
parent | 082f7c3f05c0b333340e6e1ec2942598f3d97ca4 [diff] |
Remove redundant appInfo field in ActivityRecord ActivityRecord#appInfo contains duplicate information already present in ActivityRecord#info. Since it can be updated at runtime, it needs to be non-final and we need to remember to always update them together. This CL removes the appInfo field and switches all usages to info.applicationInfo instead. No change in logic. Test: Build and flash Change-Id: Ia637a5874d2ec1f5516f7fb23e00c5a99e11f0a9