summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-04 20:02:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-04 20:02:57 +0000
commit7bfb3c0d74ed36c7b4129fd12dac6743ce8493b9 (patch)
treeb0600a6f46c83b02deabce4962b55ac6ab4a0801
parentd671cb56f036e9916a767fe97d1742588c336dca (diff)
parent8aa5ab087c8e7f1c383845677af5f7dd017c60be (diff)
downloadnative-aml_ads_341517040.tar.gz
Snap for 11274957 from 8aa5ab087c8e7f1c383845677af5f7dd017c60be to mainline-adservices-releaseaml_ads_341517040
Change-Id: I510bfbc548b672a8027148a209b116a39bd875a8
-rw-r--r--opengl/tests/gldual/AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/opengl/tests/gldual/AndroidManifest.xml b/opengl/tests/gldual/AndroidManifest.xml
index a36f4f715e..d6335b0698 100644
--- a/opengl/tests/gldual/AndroidManifest.xml
+++ b/opengl/tests/gldual/AndroidManifest.xml
@@ -20,8 +20,9 @@
android:label="@string/gldual_activity">
<activity android:name="GLDualActivity"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
- android:launchMode="singleTask"
- android:configChanges="orientation|keyboardHidden">
+ android:launchMode="singleTask"
+ android:configChanges="orientation|keyboardHidden"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />