summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ug-nfc-share-efl/include/ug-nfc-share-main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ug-nfc-share-efl/include/ug-nfc-share-main.h b/ug-nfc-share-efl/include/ug-nfc-share-main.h
index 6b46125..bc13c05 100644
--- a/ug-nfc-share-efl/include/ug-nfc-share-main.h
+++ b/ug-nfc-share-efl/include/ug-nfc-share-main.h
@@ -58,7 +58,7 @@ extern "C" {
#define LOG_TAG "UG_NFC_SHARE_EFL"
#define NFC_SHARE_SERVICE "com.samsung.nfc-share-service"
-#define NFC_SHARE_SERVICE_SHARE_VIA_UG "http://tizen.org/appsvc/operation/nfc_share_via_ug"
+#define NFC_SHARE_SERVICE_SHARE_VIA_UG "http://tizen.org/appcontrol/operation/nfc_share_via_ug"
#define GET_SAFE_STRING(x) ((x) != NULL ? (x) : "NULL")
#define STRING_AND_SIZE(x) (x), strlen((x))