summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-11-21 21:08:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-21 21:08:27 -0800
commit772130a3db390936a4ad448c56780f167eaa401f (patch)
tree0c71de8383a6a6ca07533feb1b9edc4f0524cc0e /tests
parentac9b34c8331ad78221172cb36e9e1664a81df5e9 (diff)
parente1cadb0cb6d6741a8b0a94456a5324c6f4a6f64d (diff)
downloadpackages_apps_nfc-772130a3db390936a4ad448c56780f167eaa401f.zip
packages_apps_nfc-772130a3db390936a4ad448c56780f167eaa401f.tar.gz
packages_apps_nfc-772130a3db390936a4ad448c56780f167eaa401f.tar.bz2
am e1cadb0c: Merge "Replace vendor specific NfcGoogle.apk with generic Nfc.apk" into ics-mr1
* commit 'e1cadb0cb6d6741a8b0a94456a5324c6f4a6f64d': Replace vendor specific NfcGoogle.apk with generic Nfc.apk
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 8d5ef35..fa2380c 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -31,7 +31,7 @@
"adb shell am instrument -w com.android.nfc.tests/android.test.InstrumentationTestRunner"
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
- android:targetPackage="com.android.nfc3"
+ android:targetPackage="com.android.nfc"
android:label="Tests for Nfc."/>
</manifest>