1<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> 11