Jason Sams | ebefb2c | 2012-08-15 17:26:39 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | package="com.android.rs.image2"> |
| 5 | <uses-sdk android:minSdkVersion="11" /> |
| 6 | <application android:label="IP GB" |
| 7 | android:hardwareAccelerated="true"> |
| 8 | <activity android:name="ImageProcessingActivity2"> |
| 9 | <intent-filter> |
| 10 | <action android:name="android.intent.action.MAIN" /> |
| 11 | <category android:name="android.intent.category.LAUNCHER" /> |
| 12 | </intent-filter> |
| 13 | </activity> |
| 14 | </application> |
| 15 | </manifest> |