diff --git a/services/bundlemgr/src/app_control/app_control_manager_rdb.cpp b/services/bundlemgr/src/app_control/app_control_manager_rdb.cpp index 79313c171ece325739345c107f2aeaa56c2d7e94..7b62692b016d4ba462f7bccbfe03f50d2ad48a36 100644 --- a/services/bundlemgr/src/app_control/app_control_manager_rdb.cpp +++ b/services/bundlemgr/src/app_control/app_control_manager_rdb.cpp @@ -35,7 +35,7 @@ namespace { constexpr int8_t CONTROL_MESSAGE_INDEX = 5; constexpr int8_t DISPOSED_STATUS_INDEX = 6; constexpr int8_t TIME_STAMP_INDEX = 8; - constexpr int8_t ALLOW_RUNNING_INDEX = 9; + constexpr int8_t ALLOW_RUNNING_INDEX = 10; // app control table key constexpr const char* CALLING_NAME = "CALLING_NAME"; constexpr const char* APP_CONTROL_LIST = "APP_CONTROL_LIST";