Fix AudioPolicyTest manifest
Add missing android:exported attribute in manifest for S+ compatibility. Test: atest AudioProductStrategyTest Change-Id: I4cf84723d2e31639cc472806c3a6be83c17fd897
This commit is contained in:
parent
8633ffd2c5
commit
1b638aa181
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user