<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2024 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"
package="org.chromium.base.test.android">
<application>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="org.chromium.native_test.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths_file_provider" />
</provider>
</application>
</manifest>