diff --git a/interfaces/inner_api/security_component/include/save_button.h b/interfaces/inner_api/security_component/include/save_button.h index 59ead65..e0000de 100644 --- a/interfaces/inner_api/security_component/include/save_button.h +++ b/interfaces/inner_api/security_component/include/save_button.h @@ -33,6 +33,9 @@ enum class SaveDesc : int32_t { RECEIVE = 6, CONTINUE_TO_RECEIVE = 7, SAVE_TO_GALLERY = 8, + EXPORT_TO_GALLERY = 9, + QUICK_SAVE_TO_GALLERY = 10, + RESAVE_TO_GALLERY = 11, MAX_LABEL_TYPE };