Files
android_development/apps/FontLab/AndroidManifest.xml
The Android Open Source Project 52d4c30ca5 auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00

14 lines
585 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.fontlab">
<application android:label="Font lab">
<activity android:name="FontLab">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.TEST" />
</intent-filter>
</activity>
<activity android:name="BackgroundPicker"/>
<activity android:name="FontPicker"/>
</application>
</manifest>