summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VectorDrawableTest/AndroidManifest.xml')
-rw-r--r--tests/VectorDrawableTest/AndroidManifest.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/VectorDrawableTest/AndroidManifest.xml b/tests/VectorDrawableTest/AndroidManifest.xml
index 991ec57..e648897 100644
--- a/tests/VectorDrawableTest/AndroidManifest.xml
+++ b/tests/VectorDrawableTest/AndroidManifest.xml
@@ -144,6 +144,15 @@
</intent-filter>
</activity>
<activity
+ android:name="AnimatedVectorDrawableAttr"
+ android:label="AnimatedVectorDrawable Attr Test" >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+
+ <category android:name="com.android.test.dynamic.TEST" />
+ </intent-filter>
+ </activity>
+ <activity
android:name="BoundsCheckTest"
android:label="SetBound check" >
<intent-filter>
@@ -154,4 +163,4 @@
</activity>
</application>
-</manifest> \ No newline at end of file
+</manifest>