blob: 1ef04c261851fb2f32b3c6f49f00523b42ee4d93 [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">
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>