commit | 4b933dfd64a62d8eaba8dc2599c3ad58dc7fc230 | [log] [tgz] |
---|---|---|
author | Andrey Epin <ayepin@google.com> | Sun Oct 16 11:44:33 2022 -0700 |
committer | Andrey Epin <ayepin@google.com> | Thu Oct 20 11:11:42 2022 -0700 |
tree | 47224c74e37b6b7d1e53cb12b683e0ac856786aa | |
parent | 165272e5ef7ae4fc57dd4c7dfb90dd6997b5c040 [diff] |
Delegate AppPredictor creation to a factory class A scaffolding chnage that delegates AppPredictor instance creation to a new factory class. As we always create an AppPredictor instance for each available profile, the creation logic is changed from lazy to eager. As a collateral change, remvoe some obsolete flags. Test: manual test Test: atest IntentResolverUnitTests Change-Id: I0cce89bce1fb39d39792263a3a490a074304afe3