From 9ebbb99fd8e0a6e1f3a56f5dca90b45110e1b69e Mon Sep 17 00:00:00 2001 From: Daehyeon Jung Date: Wed, 30 Sep 2015 20:35:42 +0900 Subject: [PATCH] fix privilege description Change-Id: I28461592e235393a1c6e502c538c65a5ef7bfeab Signed-off-by: Daehyeon Jung --- include/app_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/app_manager.h b/include/app_manager.h index 53d9b21..a9a44f9 100644 --- a/include/app_manager.h +++ b/include/app_manager.h @@ -206,7 +206,7 @@ int app_manager_resume_app(app_context_h app_context); * UI applications that are in paused state or some service applications could be required to terminate by this API. * @since_tizen 2.4 * @privlevel public - * @privilege %http://tizen.org/privilege/appmanager.bgkill + * @privilege %http://tizen.org/privilege/appmanager.kill.bgapp * @remarks This function returns after it just sends a request for terminating a background application.\n * Platform will decide if the target application could be terminated or not according to the state of the target application. * @param[in] app_context The application context -- 2.7.4