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"> |
Stephen Hines | 65b8734 | 2012-08-15 18:34:38 -0700 | [diff] [blame] | 5 | <uses-sdk android:minSdkVersion="8" /> |
| 6 | <application android:label="IP GB"> |
Jason Sams | ebefb2c | 2012-08-15 17:26:39 -0700 | [diff] [blame] | 7 | <activity android:name="ImageProcessingActivity2"> |
| 8 | <intent-filter> |
| 9 | <action android:name="android.intent.action.MAIN" /> |
| 10 | <category android:name="android.intent.category.LAUNCHER" /> |
| 11 | </intent-filter> |
| 12 | </activity> |
| 13 | </application> |
| 14 | </manifest> |