mirror of
https://gitee.com/openharmony/security_huks
synced 2025-02-20 01:53:14 +00:00
commit
b28259d539
@ -22,6 +22,7 @@
|
||||
"ohos.permission.MANAGE_LOCAL_ACCOUNTS",
|
||||
"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
|
||||
"ohos.permission.REQUEST_ANONYMOUS_ATTEST",
|
||||
"ohos.permission.START_RESTORE_NOTIFICATION",
|
||||
"ohos.permission.UPDATE_MIGRATE"
|
||||
],
|
||||
"start-mode" : "condition",
|
||||
|
@ -91,7 +91,7 @@ namespace Security {
|
||||
namespace Hks {
|
||||
std::shared_ptr<SystemEventSubscriber> SystemEventObserver::systemEventSubscriber_ = nullptr;
|
||||
std::shared_ptr<SystemEventSubscriber> SystemEventObserver::backUpEventSubscriber_ = nullptr;
|
||||
const static std::string RESTORE_EVENT_NAME = "COMMON_EVENT_RESTORE_START";
|
||||
const static std::string RESTORE_EVENT_NAME = "usual.event.RESTORE_START";
|
||||
const int32_t BACKUP_UID = 1089;
|
||||
|
||||
void SystemEventSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData &data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user