From: Mu-Woong Lee Date: Fri, 12 Aug 2016 00:47:57 +0000 (+0900) Subject: Enable MyPlace detector X-Git-Tag: submit/tizen/20160907.123648^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e08454912fd2a66787d3090dda6d0f400092daf6;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Enable MyPlace detector Change-Id: I007c6c8a2bd8922676e21750aeb20e8445eb25d7 Signed-off-by: Mu-Woong Lee --- diff --git a/packaging/context-service.spec b/packaging/context-service.spec index 5042358..7d4218c 100644 --- a/packaging/context-service.spec +++ b/packaging/context-service.spec @@ -1,6 +1,6 @@ Name: context-service Summary: Context-Service -Version: 0.9.4 +Version: 0.9.5 Release: 1 Group: Service/Context License: Apache-2.0 diff --git a/src/policy/PolicyManager.cpp b/src/policy/PolicyManager.cpp index a1d9e28..2ee2666 100644 --- a/src/policy/PolicyManager.cpp +++ b/src/policy/PolicyManager.cpp @@ -33,7 +33,7 @@ PolicyManager::PolicyManager(ContextManager *contextMgr) : __subscribe(SUBJ_MEDIA_LOGGER); __subscribe(SUBJ_SENSOR_PEDOMETER); __subscribe(SUBJ_SENSOR_PRESSURE); -// __subscribe(SUBJ_PLACE_DETECTION); + __subscribe(SUBJ_PLACE_DETECTION); #endif #ifdef _WEARABLE_