From fa01549aba442decaf7c6d5b655da2d15d1a32ed Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Sun, 5 May 2019 08:56:38 +0800 Subject: start launcher and lastmode after homescreen started Change-Id: I7f6c6d74d5d5c1686dc216bcff3175281b3c1494 --- src/hs-config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/hs-config.h') diff --git a/src/hs-config.h b/src/hs-config.h index fda49a7..56a2cfe 100644 --- a/src/hs-config.h +++ b/src/hs-config.h @@ -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>; @@ -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: -- cgit 1.2.3-korg