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

Commit 751b90a6 authored by Jing Ji's avatar Jing Ji
Browse files

Fix the crashes in am_perf tests

Bug: 243669169
Test: atest ActivityManagerPerfTests
Change-Id: If6874555a39e7929597b6a41331d3b313fe4389c
parent e8151bf2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19,6 +19,12 @@
     package="com.android.stubs.am">

    <uses-permission android:name="android.permission.START_ACTIVITIES_FROM_BACKGROUND"/>
    <queries>
        <intent>
            <action android:name="com.android.stubs.am.ACTION_BROADCAST_TEST"/>
        </intent>
    </queries>

    <application android:label="Android TestCase">
        <provider android:authorities="@string/authority"
             android:name=".TestContentProvider"