blob: 3afb3b289259425cee4897fde500acb676c70e04 [file] [log] [blame]
Alex Sakhartchoukc29a4442011-02-22 10:30:32 -08001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.perftest">
4 <uses-sdk android:minSdkVersion="11" />
5 <application android:label="PerfTest"
6 android:icon="@drawable/test_pattern">
7 <activity android:name="RsBench"
8 android:label="RsBenchmark"
9 android:theme="@android:style/Theme.Black.NoTitleBar">
10 <intent-filter>
11 <action android:name="android.intent.action.MAIN" />
12 <category android:name="android.intent.category.LAUNCHER" />
13 </intent-filter>
14 </activity>
15 </application>
16</manifest>