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 -->
38 >
39 <intent-filter>
42 </intent-filter>
43 <!-- Drop file event -->
44 <!--
45 <intent-filter>
46 <action android:name="android.intent.action.VIEW" />
47 <category android:name="android.intent.category.DEFAULT" />
48 <data android:mimeType="*/*" />
49 </intent-filter>
50 -->
51 </activity>
52 </application>
54 </manifest>