use appid instead of appname in "tap_shortcut"
[apps/agl-service-homescreen.git] / src / homescreen.cpp
index b518139..c6b4cdf 100644 (file)
@@ -25,7 +25,7 @@
 
 
 const char _error[] = "error";
-const char _application_name[] = "application_name";
+const char _application_id[] = "application_id";
 const char _display_message[] = "display_message";
 const char _reply_message[] = "reply_message";
 
@@ -49,7 +49,7 @@ static void pingSample(afb_req_t request)
  *
  * #### Parameters
  * Request key
- * - application_name   : application name
+ * - application_id   : application id
  *
  * #### Return
  * None