aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-apprecover.h
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-24 19:22:44 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-24 19:22:44 +0800
commit4cb1ba39335aa2a2d2e08481acd72a3682adaefe (patch)
tree0652fc574d098cb904db455ae6522e23a354b102 /src/hs-apprecover.h
parent95c8f8ac2526acc5f7467704532ea235532b1876 (diff)
send showWindow event when app start over
Change-Id: I2ced5f48f0c377cdc4261b5bb19ac6f9c40760ea
Diffstat (limited to 'src/hs-apprecover.h')
-rw-r--r--src/hs-apprecover.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hs-apprecover.h b/src/hs-apprecover.h
index 3a0f8d5..701ec5f 100644
--- a/src/hs-apprecover.h
+++ b/src/hs-apprecover.h
@@ -38,7 +38,7 @@ public:
static HS_AppRecover* instance(void);
int init(afb_api_t api);
void startRecovery(afb_api_t api, recover_map &map);
- void registerRecoveredApp(const std::string &appid);
+ bool registerRecoveredApp(const std::string &appid);
void screenUpdated(struct json_object *obj);
private: