summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuchi Kandoi <kandoiruchi@google.com>2018-06-29 14:38:47 -0700
committerRuchi Kandoi <kandoiruchi@google.com>2018-06-29 14:39:05 -0700
commit04134bb2bcfc61d5571b9b4e449097322fff8715 (patch)
tree382c23c12a3548ffef42a352414801134c6ab53c
parente2f9691afe5eb9a19dad6cd0f8b201868aaf2d0f (diff)
downloadcts-04134bb2bcfc61d5571b9b4e449097322fff8715.tar.gz
Revert "Disable Host Card Emulation Tests for CtsVerifier"
Test: None This reverts commit e2f9691afe5eb9a19dad6cd0f8b201868aaf2d0f. Change-Id: Ifd0c8fd64b0f1e98d426a0b89d4f09f3df34a07b
-rw-r--r--apps/CtsVerifier/src/com/android/cts/verifier/nfc/NfcTestActivity.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/nfc/NfcTestActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/nfc/NfcTestActivity.java
index 3ce0dfc3a43..eb84d1ecfda 100644
--- a/apps/CtsVerifier/src/com/android/cts/verifier/nfc/NfcTestActivity.java
+++ b/apps/CtsVerifier/src/com/android/cts/verifier/nfc/NfcTestActivity.java
@@ -74,7 +74,6 @@ public class NfcTestActivity extends PassFailButtons.TestListActivity {
MIFARE_ULTRALIGHT_ID, getTagIntent(MifareUltralight.class), null));
}
- /*
if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_NFC_HOST_CARD_EMULATION)) {
adapter.add(TestListItem.newCategory(this, R.string.nfc_hce));
adapter.add(TestListItem.newTest(this, R.string.nfc_hce_reader_tests,
@@ -83,7 +82,7 @@ public class NfcTestActivity extends PassFailButtons.TestListActivity {
adapter.add(TestListItem.newTest(this, R.string.nfc_hce_emulator_tests,
HceEmulatorTestActivity.class.getName(),
new Intent(this, HceEmulatorTestActivity.class), null));
- }*/
+ }
if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_NFC_HOST_CARD_EMULATION_NFCF)) {
adapter.add(TestListItem.newCategory(this, R.string.nfc_hce_f));