blob: 7e35568013d07b76485525a66ba4a1cd8eed26d5 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:dist="http://schemas.android.com/apk/distribution"
featureSplit="ar">
<dist:module
dist:onDemand="true"
dist:title="@string/ar_module_title">
<dist:fusing dist:include="true" />
</dist:module>
<application>
<!-- This tag indicates that this application optionally uses ARCore. -->
<meta-data android:name="com.google.ar.core" android:value="optional" />
</application>
{% if channel in ['default'] %}
<queries>
<!-- TODO(https://crbug.com/1122210): This is needed for Android 11 to
allow checking if ARCore is installed when using ToT builds. -->
<package android:name="com.google.ar.core" />
</queries>
{% endif %}
</manifest>