<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2023 The Chromium Authors
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:tools="http://schemas.android.com/tools"
          package="org.chromium.arcore.remove">
    <!-- Use tools:node="remove"  to remove the tags found in the other files. -->
    <queries>
        <package android:name="com.google.ar.core" tools:node="remove"/>
    </queries>
    <application>
        <meta-data android:name="com.google.ar.core.min_apk_version" tools:node="remove" />
        <activity android:name="com.google.ar.core.InstallActivity" tools:node="remove" />
    </application>
</manifest>
