xref: /aosp_15_r20/frameworks/native/opengl/tests/lighting1709/AndroidManifest.xml (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1*38e8c45fSAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2*38e8c45fSAndroid Build Coastguard Worker        package="com.android.lightingtest">
3*38e8c45fSAndroid Build Coastguard Worker
4*38e8c45fSAndroid Build Coastguard Worker    <application>
5*38e8c45fSAndroid Build Coastguard Worker        <activity android:name="ClearActivity" android:label="LightingTest" android:exported="true">
6*38e8c45fSAndroid Build Coastguard Worker            <intent-filter>
7*38e8c45fSAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN" />
8*38e8c45fSAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT" />
9*38e8c45fSAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER" />
10*38e8c45fSAndroid Build Coastguard Worker            </intent-filter>
11*38e8c45fSAndroid Build Coastguard Worker        </activity>
12*38e8c45fSAndroid Build Coastguard Worker    </application>
13*38e8c45fSAndroid Build Coastguard Worker</manifest>
14