Mathias Agopian | 46d7ccb | 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> |
| 5 | <activity android:name="ClearActivity" android:label="LightingTest"> |
| 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> |