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

Commit 743a30cf authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Fix BinaryTransparencyHostTest in HSUM mode

Give the test helper app a permission that allows it to query all apps.

Flag: TEST_ONLY
Test: atest BinaryTransparencyHostTest on both HSUM and non-HSUM
Bug: 383296522

Change-Id: I3e0fa1ec00cf79c2320985830dfe43763eec5baa
parent 43707936
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="android.transparency.test.app">
    <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>

    <application>
        <uses-library android:name="android.test.runner" />
    </application>