change hs-config for horizontal
[apps/agl-service-homescreen.git] / doc / ApplicationGuide.md
index 9c5c409..34b8a14 100644 (file)
@@ -28,6 +28,7 @@
     - [ShowOnscreen](###ShowOnscreen\ Sequence)
     - [ShowNotification](###ShowNotification\ Sequence)
     - [ShowInformation](###ShowInformation\ Sequence)
+    - [GetRunnables](###GetRunnables\ Sequence)
 - [Sample code](#Sample\ code)
 - [Limitation](#Limitation)
 - [Next Plan](#Next\ Plan)
@@ -189,6 +190,9 @@ See also our [Sample code](#Sample\ code).
 8. Show Information on HomeScreenGUI
     - When application who want to display a information,it can call "showInformation",then HomeScreenGUI will
         display the information contents on the screen bottom area.
+9. Get runnables list
+    - When launcher starting, it want to get runnalbes list,it can call "getRunnables",then launcher will
+        receive the runnalbes list in reply.
 * * *
 
 <div id="Software\ Architecture"></div>
@@ -275,6 +279,10 @@ The communication protocols between libhomescreen and upper binder, upper binder
 ### ShowInformation Sequence
 ![showInformation.svg](parts/showInformation.svg)
 
+<div id="GetRunnablesSequence"></div>
+
+### GetRunnables Sequence
+![getRunnables.svg](parts/getRunnables.svg)
 
 <div id="Sample\ code"></div>