summaryrefslogtreecommitdiffstats
path: root/opengl/tests/lighting1709/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/lighting1709/AndroidManifest.xml')
-rw-r--r--opengl/tests/lighting1709/AndroidManifest.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/opengl/tests/lighting1709/AndroidManifest.xml b/opengl/tests/lighting1709/AndroidManifest.xml
deleted file mode 100644
index 6c23d42..0000000
--- a/opengl/tests/lighting1709/AndroidManifest.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.lightingtest">
-
- <application>
- <activity android:name="ClearActivity" android:label="LightingTest">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- </application>
-</manifest>