blob: 7b3beb27e0ccc349c13ff29fb0c9d5931b8140d1 [file] [log] [blame]
John Hofordabb7d132014-02-24 15:21:42 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2014 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19 package="com.android.test.dynamic" >
ztenghuie5e92602014-06-03 14:02:10 -070020
John Hofordabb7d132014-02-24 15:21:42 -080021 <application
22 android:hardwareAccelerated="true"
ztenghui738177c2014-07-16 11:17:56 -070023 android:label="vector"
24 android:supportsRtl="true" >
ztenghuie5e92602014-06-03 14:02:10 -070025 <activity
ztenghui7ac18b82014-06-03 14:02:10 -070026 android:name="VectorDrawablePerformance"
27 android:label="Vector Performance" >
28 <intent-filter>
29 <action android:name="android.intent.action.MAIN" />
30
31 <category android:name="com.android.test.dynamic.TEST" />
32 </intent-filter>
ztenghui7ac18b82014-06-03 14:02:10 -070033 </activity>
34 <activity
ztenghui16c1bd5d2014-06-16 10:30:58 -070035 android:name="BitmapDrawableDupe"
36 android:label="Bitmap Performance of clones" >
37 <intent-filter>
38 <action android:name="android.intent.action.MAIN" />
39
40 <category android:name="com.android.test.dynamic.TEST" />
41 </intent-filter>
42
43 </activity>
44 <activity
ztenghui7ac18b82014-06-03 14:02:10 -070045 android:name="VectorDrawableAnimation"
46 android:label="VectorTestAnimation" >
47 <intent-filter>
48 <action android:name="android.intent.action.MAIN" />
ztenghuie5e92602014-06-03 14:02:10 -070049
ztenghui7ac18b82014-06-03 14:02:10 -070050 <category android:name="com.android.test.dynamic.TEST" />
51 </intent-filter>
52 </activity>
John Hofordabb7d132014-02-24 15:21:42 -080053 <activity
54 android:name="VectorDrawableTest"
55 android:label="Vector Icon" >
56 <intent-filter>
57 <action android:name="android.intent.action.MAIN" />
58
59 <category android:name="android.intent.category.DEFAULT" />
60 <category android:name="android.intent.category.LAUNCHER" />
61 </intent-filter>
62 </activity>
63 <activity
ztenghuie5e92602014-06-03 14:02:10 -070064 android:name="AnimatedVectorDrawableTest"
65 android:label="AnimatedVectorDrawableTest" >
66 <intent-filter>
67 <action android:name="android.intent.action.MAIN" />
68
69 <category android:name="com.android.test.dynamic.TEST" />
70 </intent-filter>
71 </activity>
72 <activity
Alan Viverettef456b1f2014-07-03 19:03:21 -070073 android:name="AnimatedStateVectorDrawableTest"
74 android:label="AnimatedStateList and AnimatedVectorDrawable" >
75 <intent-filter>
76 <action android:name="android.intent.action.MAIN" />
77
78 <category android:name="com.android.test.dynamic.TEST" />
79 </intent-filter>
80 </activity>
81 <activity
John Hofordabb7d132014-02-24 15:21:42 -080082 android:name="VectorDrawable01"
83 android:label="VectorTest1" >
84 <intent-filter>
85 <action android:name="android.intent.action.MAIN" />
86
87 <category android:name="com.android.test.dynamic.TEST" />
88 </intent-filter>
89 </activity>
ztenghui7ac18b82014-06-03 14:02:10 -070090 <activity
John Hofordabb7d132014-02-24 15:21:42 -080091 android:name="VectorDrawableDupPerf"
92 android:label="Vector Performance of clones" >
93 <intent-filter>
94 <action android:name="android.intent.action.MAIN" />
95
96 <category android:name="com.android.test.dynamic.TEST" />
97 </intent-filter>
John Hofordabb7d132014-02-24 15:21:42 -080098 </activity>
99 <activity
ztenghui80f44402014-09-23 16:35:05 -0700100 android:name="AnimatedVectorDrawableDupPerf"
101 android:label="Animated Vector Performance of clones" >
102 <intent-filter>
103 <action android:name="android.intent.action.MAIN" />
104
105 <category android:name="com.android.test.dynamic.TEST" />
106 </intent-filter>
107 </activity>
108 <activity
John Hofordabb7d132014-02-24 15:21:42 -0800109 android:name="VectorDrawableStaticPerf"
ztenghui5a836f72014-07-21 15:59:06 -0700110 android:label="System icons" >
John Hofordabb7d132014-02-24 15:21:42 -0800111 <intent-filter>
112 <action android:name="android.intent.action.MAIN" />
113
114 <category android:name="com.android.test.dynamic.TEST" />
115 </intent-filter>
John Hofordabb7d132014-02-24 15:21:42 -0800116 </activity>
John Hofordabb7d132014-02-24 15:21:42 -0800117 <activity
118 android:name="VectorCheckbox"
ztenghui0923be22014-07-01 13:49:47 -0700119 android:label="Basic static vector drawables" >
John Hofordabb7d132014-02-24 15:21:42 -0800120 <intent-filter>
121 <action android:name="android.intent.action.MAIN" />
122
123 <category android:name="com.android.test.dynamic.TEST" />
124 </intent-filter>
John Hofordabb7d132014-02-24 15:21:42 -0800125 </activity>
126 <activity
127 android:name="VectorPathChecking"
128 android:label="Path Checking graphics" >
129 <intent-filter>
130 <action android:name="android.intent.action.MAIN" />
131
132 <category android:name="com.android.test.dynamic.TEST" />
133 </intent-filter>
John Hofordabb7d132014-02-24 15:21:42 -0800134 </activity>
ztenghui0923be22014-07-01 13:49:47 -0700135 <activity
136 android:name="ScaleDrawableTests"
137 android:label="Scale Type Test" >
138 <intent-filter>
139 <action android:name="android.intent.action.MAIN" />
140
141 <category android:name="com.android.test.dynamic.TEST" />
142 </intent-filter>
143 </activity>
ztenghui66613412014-08-08 10:48:22 -0700144 <activity
Andrew Flynn12c137f2015-05-11 13:36:42 -0400145 android:name="AnimatedVectorDrawableAttr"
146 android:label="AnimatedVectorDrawable Attr Test" >
147 <intent-filter>
148 <action android:name="android.intent.action.MAIN" />
149
150 <category android:name="com.android.test.dynamic.TEST" />
151 </intent-filter>
152 </activity>
153 <activity
ztenghui66613412014-08-08 10:48:22 -0700154 android:name="BoundsCheckTest"
155 android:label="SetBound check" >
156 <intent-filter>
157 <action android:name="android.intent.action.MAIN" />
158
159 <category android:name="com.android.test.dynamic.TEST" />
160 </intent-filter>
161 </activity>
John Hofordabb7d132014-02-24 15:21:42 -0800162 </application>
163
Andrew Flynn12c137f2015-05-11 13:36:42 -0400164</manifest>