From 599de8d3f35cb0fe56c7e27591862d61944b456b Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 23 Oct 2017 14:06:12 +0900 Subject: Add a new OnScreenReply api to agl-service-homescreen Add a new event named OnScreenReply. Applications can use this event to reply to the homescreen. Also update the documentation for this event. [Patch Sets 8,9] Update ApplicationGuide.md. For details: Use master source build agl-service-homescreen-2017. Change agl version to EE. Add libhomescreen sample code path. [Patch Sets 10] Delete tailing space. BUG-AGL: SPEC-985 Change-Id: Iea0c321731fa62cd94fc08fc5e303c20847fd525 Signed-off-by: zheng_wenlong --- doc/api-ref/html/menudata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api-ref/html/menudata.js') diff --git a/doc/api-ref/html/menudata.js b/doc/api-ref/html/menudata.js index 6d4429d..6a15d9a 100644 --- a/doc/api-ref/html/menudata.js +++ b/doc/api-ref/html/menudata.js @@ -17,11 +17,11 @@ var menudata={children:[ {text:"_",url:"globals.html#index__"}, {text:"a",url:"globals.html#index_a"}, {text:"c",url:"globals.html#index_c"}, -{text:"d",url:"globals.html#index_d"}, {text:"e",url:"globals.html#index_e"}, {text:"g",url:"globals.html#index_g"}, {text:"h",url:"globals.html#index_h"}, {text:"i",url:"globals.html#index_i"}, +{text:"l",url:"globals.html#index_l"}, {text:"m",url:"globals.html#index_m"}, {text:"n",url:"globals.html#index_n"}, {text:"o",url:"globals.html#index_o"}, -- cgit 1.2.3-korg