blob: 20ee0536792c44ff787a8ee52fa2ffa6ea66c11c [file] [log] [blame]
Jason Samsebefb2c2012-08-15 17:26:39 -07001<?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 Hines65b87342012-08-15 18:34:38 -07005 <uses-sdk android:minSdkVersion="8" />
6 <application android:label="IP GB">
Jason Samsebefb2c2012-08-15 17:26:39 -07007 <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>