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

Commit 1b638aa1 authored by Eric Laurent's avatar Eric Laurent
Browse files

Fix AudioPolicyTest manifest

Add missing android:exported attribute in manifest for S+ compatibility.

Test: atest AudioProductStrategyTest

Change-Id: I4cf84723d2e31639cc472806c3a6be83c17fd897
parent 8633ffd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    <application>
        <uses-library android:name="android.test.runner" />
        <activity android:label="@string/app_name" android:name="AudioPolicyTest"
                  android:screenOrientation="landscape">
                  android:screenOrientation="landscape" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER"/>