The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.fontlab"> |
| 2 | <application android:label="Font lab"> |
| 3 | <activity android:name="FontLab"> |
| 4 | <intent-filter> |
| 5 | <action android:name="android.intent.action.MAIN" /> |
| 6 | <category android:name="android.intent.category.DEFAULT" /> |
| 7 | <category android:name="android.intent.category.TEST" /> |
| 8 | </intent-filter> |
| 9 | </activity> |
| 10 | <activity android:name="BackgroundPicker"/> |
| 11 | <activity android:name="FontPicker"/> |
| 12 | </application> |
| 13 | </manifest> |