blob: b1c39b85ec0f1fceffd85352c29ce58648b6af2b [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.objviewer">
2 <application>
3 <activity android:name="OBJViewer" android:label="3D .obj File Viewer">
4 <intent-filter>
5 <action android:name="android.intent.action.MAIN" />
6 <category android:name="android.intent.category.TEST" />
7 </intent-filter>
8 </activity>
9 </application>
10</manifest>