Fixed SE launch condition logic
authorWoowon <woowon.park@samsung.com>
Thu, 12 Sep 2013 05:38:29 +0000 (14:38 +0900)
committerWoowon <woowon.park@samsung.com>
Thu, 12 Sep 2013 05:38:29 +0000 (14:38 +0900)
Change-Id: I29d318b12aa2306a5eaef8607fce9889e61450ea
Signed-off-by: Woowon <woowon.park@samsung.com>
plugins/nfc-condition-handler/NfcConditionHandler.cpp

index 4a9f9a7..7782a1b 100644 (file)
@@ -290,8 +290,8 @@ private:
                //    http://tizen.org/appcontrol/operation/nfc/external|Bordeaux_Wine:1996|NULL
                //    http://tizen.org/appcontrol/operation/nfc/uri|http://www.tizen.org|NULL
                //    http://tizen.org/appcontrol/operation/nfc/mime|NULL|text/x-vcard
-               //    nfc://secure/SIM1/aid/123456789
-               //    nfc://secure/eSE/aid/*
+               //    http://tizen.org/appcontrol/operation/nfc/transaction|nfc://secure/SIM1/aid/123456789|NULL
+               //    http://tizen.org/appcontrol/operation/nfc/transaction|nfc://secure/eSE/aid/*|NULL
                //-------------------------------------------------------------------------
 
                String tnfValue;        // <tnf_value>
@@ -432,10 +432,11 @@ private:
                                appletId.Append(L"*");
                        }
 
-                       aulFormatCondition = L"nfc://secure/";
+                       aulFormatCondition = L"http://tizen.org/appcontrol/operation/nfc/transaction|nfc://secure/";
                        aulFormatCondition.Append(seName);
                        aulFormatCondition.Append(L"/aid/");
                        aulFormatCondition.Append(appletId);
+                       aulFormatCondition.Append(L"|NULL");
                }
 
                else