As a part of including dependen
com.google.ar.core.InstallActivity
As a part of including dependendency on ARCore SDK 1.5, Chrome's manifest will
merge with the one provided by ARCore's .aar file.
We need to understand whether com.google.ar.core.InstallActivity should be added
to our final manifest. If not, we should remove it from merged manifest.
More details:
https://developer.android.com/studio/build/manifest-merge
Start using com.google.ar.core.InstallActivity to install ARCore.
If it turns out that we should not use the InstallActivity, remove it
from the base manifest - .aar dependencies have their manifest files merged into the main one & we need to ensure that manifest entry for this activity is not being added.
Comment 1 by bialpio@google.com
, Dec 19