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

Commit 0dbd017f authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Request permissions necessary for TAPL

To prevent flakiness in the test suite, request the permissions needed by TAPL before executing the tests.

Test: on a freshly rebooted device run atest FlickerTests
Change-Id: If9bdafdae6b4965dbc2a5973dc4969054712d5e2
parent 321f3a2e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@
    <uses-permission android:name="android.permission.DUMP" />
    <!-- Run layers trace -->
    <uses-permission android:name="android.permission.HARDWARE_TEST"/>
    <!-- Workaround grant runtime permission exception from b/152733071 -->
    <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
    <uses-permission android:name="android.permission.READ_LOGS"/>
    <application>
        <uses-library android:name="android.test.runner"/>
    </application>