summaryrefslogtreecommitdiff
path: root/opengl/tests/gl2_jni/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/gl2_jni/AndroidManifest.xml')
-rw-r--r--opengl/tests/gl2_jni/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/tests/gl2_jni/AndroidManifest.xml b/opengl/tests/gl2_jni/AndroidManifest.xml
index 1827e5f377..b4ce99b102 100644
--- a/opengl/tests/gl2_jni/AndroidManifest.xml
+++ b/opengl/tests/gl2_jni/AndroidManifest.xml
@@ -21,7 +21,8 @@
<activity android:name="GL2JNIActivity"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
- android:configChanges="orientation|keyboardHidden">
+ android:configChanges="orientation|keyboardHidden"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />