summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 4096b91..d31bb6a 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -15,18 +15,18 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.android.camera.tests">
+ package="com.android.camera.tests">
<application>
<uses-library android:name="android.test.runner" />
</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>