Fixed
Status Update
Comments
bi...@google.com <bi...@google.com> #2
That sounds good! Out of curiosity, what has changed to make it available at configuration time now? Can you share a little bit more context?
cm...@google.com <cm...@google.com> #3
We decided there was no use case for having an application ID come from a task, and it created a lot of problems from the studio side.
So it's always read during sync, so it's safe to read in AGP during configuration time
bi...@google.com <bi...@google.com> #4
Thanks for the context, Chris!
au...@google.com <au...@google.com> #5
What needs to be done here?
bi...@google.com <bi...@google.com> #6
re #3, Chris, it seems the application id now only comes from dsl instead of potentially from manifest file?
cm...@google.com <cm...@google.com> #7
Yes, that's correct since ag/If3dff2353168aa681de0e1b91918017762b50fd7 (so we never read package name or application id from the manifest)
Description
Now that application IDs are known at configuration time, can we move this behaviour back in to the AnalyticsConfiguratorService to remove a never-up-to-date task?
(Request from AndroidX team)