equal
deleted
inserted
replaced
27 <category android:name="android.intent.category.LAUNCHER" /> |
27 <category android:name="android.intent.category.LAUNCHER" /> |
28 </intent-filter> |
28 </intent-filter> |
29 </activity> |
29 </activity> |
30 </application> |
30 </application> |
31 |
31 |
32 <!-- Android 2.1 --> |
32 <!-- Android 2.3.3 --> |
33 <uses-sdk android:minSdkVersion="10" /> |
33 <uses-sdk android:minSdkVersion="10" /> |
34 |
34 |
35 <!-- OpenGL ES 2.0 --> |
35 <!-- OpenGL ES 2.0 --> |
36 <uses-feature android:glEsVersion="0x00020000" /> |
36 <uses-feature android:glEsVersion="0x00020000" /> |
37 |
37 |