summaryrefslogtreecommitdiff
path: root/include/notification_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/notification_type.h')
-rw-r--r--[-rwxr-xr-x]include/notification_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notification_type.h b/include/notification_type.h
index b2584ba..744f7e8 100755..100644
--- a/include/notification_type.h
+++ b/include/notification_type.h
@@ -233,7 +233,7 @@ enum _notificaton_display_applist {
/**< Ticker notification */
NOTIFICATION_DISPLAY_APP_LOCK = 0x00000004,
/**< Lock screen */
- NOTIFICATION_DISPLAY_APP_INDICATOR = 0x00000004,/**< Indicator */
+ NOTIFICATION_DISPLAY_APP_INDICATOR = 0x00000008,/**< Indicator */
NOTIFICATION_DISPLAY_APP_ALL = 0xffffffff,
/**< All display application */
};