From 0b446a440331b325f7e412caa370019d063b5628 Mon Sep 17 00:00:00 2001 From: "kevin.meudic" Date: Fri, 6 Sep 2024 15:09:31 +0200 Subject: [PATCH] Fix missing flag --- include/appflags.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/appflags.h b/include/appflags.h index 723acecf..d7313efe 100644 --- a/include/appflags.h +++ b/include/appflags.h @@ -80,6 +80,11 @@ */ #define APPLICATION_FLAG_BACKGROUND_IMG 0x10000 +/** + * Application was not yet audited by ledger + */ +#define APPLICATION_FLAG_NOT_REVIEWED 0x20000 + /** * Custom AEM flag to test AEM capabilities without standard UX permissions */