Skip to content

Commit

Permalink
Fix missing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin.meudic committed Sep 10, 2024
1 parent 3fbe861 commit 0b446a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/appflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 0b446a4

Please sign in to comment.