summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-12-16 19:06:53 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-12-16 19:06:53 +0900
commit9dd2989caf6f10420c26df483aa89ab57f379da6 (patch)
treeea5f853ceee6c93dfbb22c62c2da3917fca4fc6d /scripts
parent4179f55f5c1a6efc634cdc723f77011b02347038 (diff)
downloadnotification-9dd2989caf6f10420c26df483aa89ab57f379da6.tar.gz
notification-9dd2989caf6f10420c26df483aa89ab57f379da6.tar.bz2
notification-9dd2989caf6f10420c26df483aa89ab57f379da6.zip
Add the check routine for app_enable/disable
- when app disabled, notification will not post. Change-Id: If6bffd5b4e73e5127655270b57c5ec6d1f9e3d78 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/505.notification_upgrade.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/505.notification_upgrade.sh b/scripts/505.notification_upgrade.sh
index 17ea26c..f57d2ff 100644
--- a/scripts/505.notification_upgrade.sh
+++ b/scripts/505.notification_upgrade.sh
@@ -79,6 +79,7 @@ CREATE TABLE notification_setting (
visibility_class INTEGER DEFAULT 0,
pop_up_notification INTEGER DEFAULT 1,
lock_screen_content_level INTEGER DEFAULT 0,
+ app_disabled INTEGER DEFAULT 0,
UNIQUE (uid, package_name, appid)
);