summaryrefslogtreecommitdiff
path: root/media/tests
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2020-10-15 19:04:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-10-15 19:04:59 +0000
commit3d71756d16b2a6035f9feeb6b10dd00e2f68cf2c (patch)
tree170810e541ce112391d7bb44fb119c91239fd4e6 /media/tests
parent7d696272947e9c41f4832ebf8c52134c06caf41c (diff)
parent1b638aa1819757bb4650e815a00a754b3852623d (diff)
Merge "Fix AudioPolicyTest manifest"
Diffstat (limited to 'media/tests')
-rw-r--r--media/tests/AudioPolicyTest/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/tests/AudioPolicyTest/AndroidManifest.xml b/media/tests/AudioPolicyTest/AndroidManifest.xml
index adb058c82870..a7ab8286cdca 100644
--- a/media/tests/AudioPolicyTest/AndroidManifest.xml
+++ b/media/tests/AudioPolicyTest/AndroidManifest.xml
@@ -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"/>