diff options
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r-- | tests/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index 37b3c7c..d31bb6a 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -22,11 +22,11 @@ </application> <instrumentation android:name="com.android.camera.CameraLaunchPerformance" - android:targetPackage="com.google.android.camera" + android:targetPackage="com.android.camera" android:label="Camera Launch Performance"> </instrumentation> <instrumentation android:name="android.test.InstrumentationTestRunner" - android:targetPackage="com.google.android.camera" + android:targetPackage="com.android.camera" android:label="Tests for Camera application."/> </manifest> |