From: Somin Kim Date: Thu, 17 Mar 2016 06:15:59 +0000 (+0900) Subject: 'Since Tizen 3.0' is modified as 'Since 3.0' X-Git-Tag: submit/tizen/20160408.073002^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F62628%2F1;p=platform%2Fcore%2Fapi%2Fcontext.git 'Since Tizen 3.0' is modified as 'Since 3.0' Change-Id: I63640d1bf538c41fea511f87552fc2e481e4bbb5 Signed-off-by: Somin Kim --- diff --git a/include/context_trigger.h b/include/context_trigger.h index eebbe59..fe1ad80 100644 --- a/include/context_trigger.h +++ b/include/context_trigger.h @@ -567,7 +567,7 @@ typedef enum { CONTEXT_TRIGGER_EVENT_CALL = 0x10300, /**< Call state changed @n Privilege: http://tizen.org/privilege/telephony */ CONTEXT_TRIGGER_EVENT_EMAIL, /**< Email sent/received */ CONTEXT_TRIGGER_EVENT_MESSAGE, /**< Message sent/received @n Privilege: http://tizen.org/privilege/message.read */ - CONTEXT_TRIGGER_EVENT_CONTACTS, /**< Contacts changed (Since Tizen 3.0) @n Privilege: http://tizen.org/privilege/contact.read */ + CONTEXT_TRIGGER_EVENT_CONTACTS, /**< Contacts changed (Since 3.0) @n Privilege: http://tizen.org/privilege/contact.read */ CONTEXT_TRIGGER_EVENT_ACTIVITY_STATIONARY = 0x10400, /**< 'Stationary' activity detected */ CONTEXT_TRIGGER_EVENT_ACTIVITY_WALKING, /**< 'Walking' activity detected */ CONTEXT_TRIGGER_EVENT_ACTIVITY_RUNNING, /**< 'Running' activity detected */