summaryrefslogtreecommitdiff
path: root/opengl/tests/lighting1709/AndroidManifest.xml
blob: d766be9ed5a8c3f9282d3ae62ca17f0adaf46240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.android.lightingtest">

    <application>
        <activity android:name="ClearActivity" android:label="LightingTest" android:exported="true">
            <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>