summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2013-02-20 17:01:54 -0800
committerGeorge Mount <mount@google.com>2013-02-26 12:49:13 -0800
commitc8419b4e5e3302f2efc7ea629891041a14219aa7 (patch)
treecb364c89207944dfcaa453ddae73671ba3dcde05 /tests/AndroidManifest.xml
parentdb4cedf1feb3899840963b2648dc3e2b4d0a1d6f (diff)
downloadandroid_packages_apps_Gallery2-c8419b4e5e3302f2efc7ea629891041a14219aa7.tar.gz
android_packages_apps_Gallery2-c8419b4e5e3302f2efc7ea629891041a14219aa7.tar.bz2
android_packages_apps_Gallery2-c8419b4e5e3302f2efc7ea629891041a14219aa7.zip
Add initial implementation of PhotosProvider.
Change-Id: I98694cf54bd0fb549703a7184e1816e9590a05ff
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index ef63cc414..b98b5e0b8 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -36,4 +36,8 @@
<instrumentation android:name="com.android.gallery3d.stress.CameraStressTestRunner"
android:targetPackage="com.android.gallery3d"
android:label="Camera stress test runner"/>
+
+ <instrumentation android:name="com.android.photos.data.DataTestRunner"
+ android:targetPackage="com.android.gallery3d"
+ android:label="Tests for android photo DataProviders."/>
</manifest>