This patch adds a service as a replacement for MWGrants. This is done
as it allows proper dependency injection of used services and
configuration settings.
This was previously committed as Iac52dba15f and reverted because it
introduced recursive service instantiation.
To avoid this recursive service instantiantion all UI related methods
get moved to a new GrantsLocalization service, instead of the GrantsInfo
service.
Bug: T253077
Change-Id: Ib900bc424fc272ec709d272dcaff71398fa856f8
This reverts commit 9f4a392544.
Reason for revert: This commit introduced a recursive service
instantiation for sessions using the BotPasswordSessionProvider. The
recursion will need to be addressed before re-merging to master.
Bug: T253077
Change-Id: Idcc250eb3b481a6425d200680b56d9d75e781d0d
This patch adds a service as a replacement for MWGrants. This is
done as it allows proper dependency injection of used services
and configuration settings.
Bug: T253077
Change-Id: Iac52dba15fdaf6869da14deebd89fef59b817255