Change-Id: Ic9957986efe2029cbc9722677d0e041e445d78a7
/**
* Notifies the user who has @c badgeNumber as badge number with a message. @n
* If the user selects this message, @c launchArguments is delivered to the application. @n
- * @c launchArguments is delivered as the value of the http://tizen.org/appcontrol/data/notification key
+ * @c launchArguments is delivered as the value of the %http://tizen.org/appcontrol/data/notification key
* for Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceived().
*
* @since 2.0
* - If @c uriData is specified, application will be started by AppControl with %http://tizen.org/appcontrol/operation/view operation, when it is launched from the Home app using a shortcut.
* Or else application will be started by AppControl with default operation(%http://tizen.org/appcontrol/operation/main).
*
- * @see Tizen::App::IAppControlEventListener::OnAppControlRequestReceived()
+ * @see Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceived()
* @see IShortcutRequestListener::OnShortcutAddRequested()
*
* The following example demonstrates how to add shortcut.