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

11 lines
450 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.objviewer">
<application>
<activity android:name="OBJViewer" android:label="3D .obj File Viewer">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.TEST" />
</intent-filter>
</activity>
</application>
</manifest>