New issue
Advanced search Search tips

Issue 852632 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug
Proj-VR
Proj-XR

Blocked on:
issue 837999



Sign in to add a comment

The check if the ARCore APK is installed and the correct version should be done by the ARCoreSDK

Project Member Reported by ijamardo@chromium.org, Jun 14 2018

Issue description

In order to make the ARCore library smaller in size the ARCore APK handling code has been stripped out from the ARCore SDK that we are using inside Chromium. The chromium code make a subset of the same checks but

1) Chromium will have to maintain code that should not be Chromium's responsibility.
2) Some checks are not being done at the moment like verifying if the device is ARCore enabled or not.

Need to find a way to be able to use the original code from ARCore to perform all these checks. Ian Vollick suggested maybe downloading the ARCore SDK on demand using some Chrome feature.
 
Labels: -projXR-AR Proj-XR-AR
Summary: The check if ARCore is supported and if the ARCore APK is installed and the correct version should be done by the ARCoreSDK (was: Check if ARCore is installed and if it is the correct version. If not, request install.)
Description: Show this description
Blockedon: 837999
Status: Assigned (was: Available)
Components: Internals>XR>AR
Labels: OS-Android
Labels: AR-Cleanup

Comment 7 by bialpio@chromium.org, Today (10 hours ago)

Owner: bialpio@chromium.org
Status: Started (was: Assigned)
Summary: The check if the ARCore APK is installed and the correct version should be done by the ARCoreSDK (was: The check if ARCore is supported and if the ARCore APK is installed and the correct version should be done by the ARCoreSDK)
Assigning to myself, adjusting the title as we now have different bug tracking adding a check for ARCore support on the device (https://crbug.com/924380).

Sign in to add a comment