Signed-off-by: unknown <sijunjie@huawei.com>
This commit is contained in:
unknown
2022-08-26 15:26:23 +08:00
parent f2987186d5
commit 5cf9a2c5b2
2 changed files with 2 additions and 2 deletions
@@ -141,7 +141,7 @@ public:
virtual int KillApplicationByUid(const std::string &bundleName, const int uid) = 0;
/**
* KillApplicationSelf, kill the application self.
* Kill the application self.
*
* @return Returns ERR_OK on success, others on failure.
*/
@@ -137,7 +137,7 @@ public:
virtual AppMgrResultCode KillApplicationByUid(const std::string &bundleName, const int uid);
/**
* KillApplicationSelf, kill the application self.
* Kill the application self.
*
* @return Returns ERR_OK on success, others on failure.
*/