Fixed bug about converting launch condition
authorWoowon <woowon.park@samsung.com>
Thu, 20 Jun 2013 05:26:52 +0000 (14:26 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 20 Jun 2013 06:27:25 +0000 (06:27 +0000)
Change-Id: Ib94e85bc1035a15bc6337ddb859cca26892c43bc
Signed-off-by: Woowon <woowon.park@samsung.com>
plugins/nfc-condition-handler/NfcConditionHandler.cpp

index a2f6911..f390315 100644 (file)
@@ -353,6 +353,11 @@ private:
                                        _NfcSysTryLogReturn(r == E_SUCCESS, null, "Failed to get URI scheme from URI code.");
                                }
                        }
+                       else if (typeString.CompareTo(L"U") == 0)
+                       {
+                               uriScheme.Clear();
+                               uriScheme.Append(L"*");
+                       }
 
                        aulFormatCondition = L"http://tizen.org/appcontrol/operation/nfc/wellknown|";
                        aulFormatCondition.Append(uriScheme);