Merge "Fix AudioPolicyTest manifest"

This commit is contained in:
Eric Laurent
2020-10-15 19:04:59 +00:00
committed by Android (Google) Code Review

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