diff options
author | Eric Laurent <elaurent@google.com> | 2020-10-15 19:04:59 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-10-15 19:04:59 +0000 |
commit | 3d71756d16b2a6035f9feeb6b10dd00e2f68cf2c (patch) | |
tree | 170810e541ce112391d7bb44fb119c91239fd4e6 | |
parent | 7d696272947e9c41f4832ebf8c52134c06caf41c (diff) | |
parent | 1b638aa1819757bb4650e815a00a754b3852623d (diff) |
Merge "Fix AudioPolicyTest manifest"
-rw-r--r-- | media/tests/AudioPolicyTest/AndroidManifest.xml | 2 |
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"/> |