Merge "Update privilege string, PackageAppInfo for wgt" into tizen_2.1
[platform/framework/native/appfw.git] / src / system / FSys_AlarmManager.cpp
index e7ac796..a06363e 100644 (file)
@@ -106,7 +106,7 @@ _AlarmManager::ReserveAlarm(Tizen::Base::String appId, Tizen::Base::DateTime sta
        pBundle = bundle_create();
        SysTryCatch(NID_SYS, pBundle != null, r = E_SYSTEM, r, "It is failed to create bundle");
 
-       ret = appsvc_set_operation(pBundle,"osp.appsvc.operation.ALARM");
+       ret = appsvc_set_operation(pBundle,"osp.operation.ALARM");
        SysTryCatch(NID_SYS, ret == SERVICE_ERROR_NONE, r = E_SYSTEM, r, "It is failed to set operation");
 
        ret = appsvc_set_appid(pBundle, (const char*)(pId.get()));