summaryrefslogtreecommitdiff
path: root/include/notification_setting_service.h
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-07-06 21:17:26 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-07-06 21:17:26 +0900
commitc672586db4a03755fc90a64b9e52214ca60a8399 (patch)
tree7fbf2163dabefe1c7e3b829f421dd034534995f3 /include/notification_setting_service.h
parent66555081a205f928dd9487967ec365fafd43f51b (diff)
downloadnotification-c672586db4a03755fc90a64b9e52214ca60a8399.tar.gz
notification-c672586db4a03755fc90a64b9e52214ca60a8399.tar.bz2
notification-c672586db4a03755fc90a64b9e52214ca60a8399.zip
- show all content - hide sensitive content - don't show notifications Change-Id: Ib2b86838a8b9018f704561f0bea68e58084cfe32 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'include/notification_setting_service.h')
-rw-r--r--include/notification_setting_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/notification_setting_service.h b/include/notification_setting_service.h
index 7dabc5b..b9483da 100644
--- a/include/notification_setting_service.h
+++ b/include/notification_setting_service.h
@@ -32,7 +32,8 @@ int notification_setting_db_update(const char *package_name, int allow_to_notify
int notification_setting_db_update_system_setting(int do_not_disturb, int visibility_class,
int dnd_schedule_enabled, int dnd_schedule_day,
int dnd_start_hour, int dnd_start_min,
- int dnd_end_hour, int dnd_end_min, uid_t uid);
+ int dnd_end_hour, int dnd_end_min,
+ int lock_screen_content_level, uid_t uid);
int notification_setting_db_update_do_not_disturb(int do_not_disturb, uid_t uid);
int noti_setting_service_get_setting_by_package_name(const char *package_name, notification_setting_h *setting, uid_t uid);