8 <!-- Android 4.1 -->
11 <!-- OpenGL ES 2.0 -->
12 <!-- <uses-feature android:glEsVersion="0x00020000" /> -->
13 <!-- OpenGL ES 1.1 -->
16 <!-- Allow writing to external storage -->
18 <!-- Allow access to the vibrator -->
21 <!-- if you want to capture audio, uncomment this. -->
22 <!-- <uses-permission android:name="android.permission.RECORD_AUDIO" /> -->
24 <!-- Allow networking -->
36 >
37 <intent-filter>
40 </intent-filter>
41 <!-- Drop file event -->
42 <!--
43 <intent-filter>
44 <action android:name="android.intent.action.VIEW" />
45 <category android:name="android.intent.category.DEFAULT" />
46 <data android:mimeType="*/*" />
47 </intent-filter>
48 -->
49 </activity>
50 </application>
52 </manifest>