diff --git a/services/src/common_event_permission_manager.cpp b/services/src/common_event_permission_manager.cpp index 35d6d5f5c95c76bf4525f392d00e9e27e58c6648..01b2d832bcb09b2659a78d1bd91a238e9006067c 100644 --- a/services/src/common_event_permission_manager.cpp +++ b/services/src/common_event_permission_manager.cpp @@ -60,7 +60,7 @@ static const std::unordered_map> COMMON_EVENT_ {CommonEventSupport::COMMON_EVENT_DISTRIBUTED_ACCOUNT_LOGOUT, {ACCOUNT_UID}}, {CommonEventSupport::COMMON_EVENT_WIFI_POWER_STATE, {WIFI_UID}}, {CommonEventSupport::COMMON_EVENT_WIFI_CONN_STATE, {WIFI_UID}}, - {CommonEventSupport::COMMON_EVENT_AIRPLANE_MODE_CHANGED, {CONNECT_UID}}, + {CommonEventSupport::COMMON_EVENT_AIRPLANE_MODE_CHANGED, {CONNECT_UID, PHONE_UID}}, {CommonEventSupport::COMMON_EVENT_CONNECTIVITY_CHANGE, {CONNECT_UID}}, {CommonEventSupport::COMMON_EVENT_HTTP_PROXY_CHANGE, {CONNECT_UID}}, {CommonEventSupport::COMMON_EVENT_TIME_CHANGED, {TIME_UID, TIME_TICK_UID}},