Remove Setting / Sound / Notifications on lock screen submenu 20/214720/1 accepted/tizen/unified/20190929.221421 submit/tizen/20190927.012849
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 25 Sep 2019 08:24:27 +0000 (10:24 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 25 Sep 2019 08:25:02 +0000 (10:25 +0200)
Change-Id: Ib70c3f5a16ba522de6a3b2ddc84979e71062397f

setting-profile/src/setting-profile-sound-main.c

index 64b7f50fcf895bb7f9dbc85a207c53d195a23129..dc2efbac7a0560dd0f2535be67403fc8fa5b2248 100755 (executable)
@@ -967,6 +967,7 @@ static void _get_lite_main_list(void *data)
                                "INDIVIDUAL_APPLICATIONS",
                                NULL);
 
+#if 0
                sub_desc = setting_notifiaction_on_lock_screen(data);
                /* 11. Notifications - Notification on lock screen */
                ad->data_notifiaction_on_lock_screen = setting_create_Gendial_field_def(
@@ -981,6 +982,7 @@ static void _get_lite_main_list(void *data)
                                NOTIFICATION_STR_ON_LOCK_SCREEN,
                                sub_desc,
                                NULL);
+#endif
 
                ad->md.genlist = genlist;