<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">

    <application>
        <profileable
            android:shell="true"
            tools:targetApi="29" />

        <activity
            android:name=".benchmark.BenchmarkSeedActivity"
            android:exported="true"
            android:theme="@style/Theme.Yorvana">
            <intent-filter>
                <!-- NOTE: Keep in sync with BenchmarkFixtures.SEED_ACTION in the :macrobenchmark module. -->
                <action android:name="com.yorvana.benchmark.SEED_VAULT" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
    </application>

</manifest>
