Mathias Agopian | 4d661eb | 2009-06-01 18:59:44 -0700 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | package="com.android.lightingtest"> |
| 3 | |
| 4 | <application> |
Joseph Cheng | 8e8ae42 | 2022-01-24 14:57:07 +0800 | [diff] [blame] | 5 | <activity android:name="ClearActivity" android:label="LightingTest" android:exported="true"> |
Mathias Agopian | 4d661eb | 2009-06-01 18:59:44 -0700 | [diff] [blame] | 6 | <intent-filter> |
| 7 | <action android:name="android.intent.action.MAIN" /> |
| 8 | <category android:name="android.intent.category.DEFAULT" /> |
| 9 | <category android:name="android.intent.category.LAUNCHER" /> |
| 10 | </intent-filter> |
| 11 | </activity> |
| 12 | </application> |
| 13 | </manifest> |