Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e14fe34f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "test-runner: Add an exported flag in manifest"

parents 9c5e1363 cace20f8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
    <application>
        <uses-library android:name="android.test.runner" />
        <activity android:name="android.test.StubTestBrowserActivity"
            android:label="Stubbed Test Browser">
            android:label="Stubbed Test Browser"
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.FOR_TESTS_ONLY"/>
@@ -28,7 +29,8 @@
        </activity>

        <activity android:name="android.test.TestBrowserTests"
            android:label="Test Browser Tests">
            android:label="Test Browser Tests"
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.UNIT_TEST"/>