summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-04 20:02:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-04 20:02:58 +0000
commitaf01e129ebd9674e65025753895d027e297626cc (patch)
treeb0600a6f46c83b02deabce4962b55ac6ab4a0801
parentb660f0371f9f69e74db5fc9700be1fd504554d2c (diff)
parent8aa5ab087c8e7f1c383845677af5f7dd017c60be (diff)
downloadnative-aml_ext_341518010.tar.gz
Snap for 11274957 from 8aa5ab087c8e7f1c383845677af5f7dd017c60be to mainline-extservices-releaseaml_ext_341518010
Change-Id: I7ba5f316a3eeb77f03a9f530375d05b0d1974291
-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" />