From: bg.chun Date: Mon, 31 Aug 2015 07:05:13 +0000 (+0900) Subject: [tizen_2.4] Add Tizen Alias ID is deprecated comment X-Git-Tag: tizen_3.0/TD_SYNC/20161201~582 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40678c96046921d00a7dcdaad75400b103bee2fd;p=sdk%2Fonline-doc.git [tizen_2.4] Add Tizen Alias ID is deprecated comment Change-Id: Ia01a55cafdbe796fda1cd20788c73c85990a6310 Signed-off-by: bg.chun --- diff --git a/org.tizen.guides/html/web/tizen/application/application_w.htm b/org.tizen.guides/html/web/tizen/application/application_w.htm index dfd7b4e..25e4fd5 100644 --- a/org.tizen.guides/html/web/tizen/application/application_w.htm +++ b/org.tizen.guides/html/web/tizen/application/application_w.htm @@ -47,7 +47,8 @@ The Application API is mandatory for both Tizen mobile and wearable profiles, which means that it is supported in all mobile and wearable devices. -

All mandatory APIs are supported on the Tizen Emulators.

+

All mandatory APIs are supported on the Tizen Emulators.

+ @@ -79,7 +80,8 @@

The provider application calls the getRequestedAppControl() method of the Application interface to get the reference of the RequestedApplicationControl object containing the application control passed by the launchAppControl() method from the calling application. Then, the provider application calls either the replyResult() method (in case of success) or the replyFailure() method (in case of failure) of the RequestedApplicationControl interface to return the control back to the requesting application. The result of the provided operation (if any), is delivered as an array of ApplicationControlData objects (in mobile and wearable applications). The result is received in the original calling application through the ApplicationControlDataArrayReplyCallback event handler (in mobile and wearable applications).

The application control uses the following primary information: