summaryrefslogtreecommitdiff
path: root/opengl/tests/gl2_cameraeye/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/gl2_cameraeye/AndroidManifest.xml')
-rw-r--r--opengl/tests/gl2_cameraeye/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/gl2_cameraeye/AndroidManifest.xml b/opengl/tests/gl2_cameraeye/AndroidManifest.xml
index c53f7be0b0..a4674e129d 100644
--- a/opengl/tests/gl2_cameraeye/AndroidManifest.xml
+++ b/opengl/tests/gl2_cameraeye/AndroidManifest.xml
@@ -26,7 +26,7 @@
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-feature android:glEsVersion="0x00020000" />
<application android:label="@string/gl2cameraeye_name">
- <activity android:name="GL2CameraEye">
+ <activity android:name="GL2CameraEye" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>