Fix AudioPolicyTest manifest

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

Test: atest AudioProductStrategyTest

Change-Id: I4cf84723d2e31639cc472806c3a6be83c17fd897
This commit is contained in:
Eric Laurent 2020-10-08 11:29:30 -07:00
parent 8633ffd2c5
commit 1b638aa181

View File

@ -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"/>