start launcher and lastmode after homescreen started
[apps/agl-service-homescreen.git] / src / hs-config.h
index fda49a7..56a2cfe 100644 (file)
@@ -31,6 +31,7 @@ struct handshake_info {
 struct recover_app_info {
     std::string appid;  // application id like "dashboard"
     bool visibility;    // the visibility when system starting
+    std::string after;  // startup after which application
 };
 
 using recover_map = std::unordered_map<std::string, std::vector<struct recover_app_info>>;
@@ -51,6 +52,7 @@ public:
     static const std::string lastmode_json;
     static const std::string key_appid;
     static const std::string key_visibility;
+    static const std::string key_after;
     static std::string root_dir;
 
 private: