[NFC] Fix typo (#563)
authorjh8801jung <jh8801.jung@samsung.com>
Wed, 12 Dec 2018 04:39:05 +0000 (13:39 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 12 Dec 2018 04:39:05 +0000 (13:39 +0900)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
src/Tizen.Network.Nfc/Tizen.Network.Nfc/NfcManager.cs

index 41fe3cf..2331ac6 100755 (executable)
@@ -149,7 +149,7 @@ namespace Tizen.Network.Nfc
                 bool isCeSupported = false;
 
                 Information.TryGetValue("http://tizen.org/feature/network.nfc", out isNfcSupported);
-                Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out isCeSupported);
+                Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out isCeSupported);
 
                 if (!isNfcSupported || !isCeSupported)
                 {
@@ -171,7 +171,7 @@ namespace Tizen.Network.Nfc
                 bool isCeSupported = false;
 
                 Information.TryGetValue("http://tizen.org/feature/network.nfc", out isNfcSupported);
-                Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out isCeSupported);
+                Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out isCeSupported);
 
                 if (!isNfcSupported || !isCeSupported)
                 {
@@ -330,7 +330,7 @@ namespace Tizen.Network.Nfc
             bool isCeSupported = false;
 
             Information.TryGetValue("http://tizen.org/feature/network.nfc", out isNfcSupported);
-            Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out isCeSupported);
+            Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out isCeSupported);
 
             if (!isNfcSupported || !isCeSupported)
             {