From: taekeun.kang Date: Wed, 28 Dec 2016 07:13:18 +0000 (+0900) Subject: [Dialog] add noti sound back.wav X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170104.100245^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0.m2_mobile;p=platform%2Fcore%2Fapi%2Fcordova-plugins.git [Dialog] add noti sound back.wav [Verification] Cordova Dialog TCT 100% pass Change-Id: I928a1884b8bf17215cb4f5603c3501195f77c27e Signed-off-by: taekeun.kang --- diff --git a/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js b/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js index 9b1143d..8e56f2d 100755 --- a/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js +++ b/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js @@ -25,7 +25,7 @@ var _document = document || {}; var playback = (function() { var soundElement; var counter = 1; - var soundPathArray = ['/usr/share/feedback/sound/operation/operation.wav', '/usr/share/feedback/sound/operation/home.wav']; + var soundPathArray = ['/usr/share/feedback/sound/operation/operation.wav', '/usr/share/feedback/sound/operation/home.wav', '/usr/share/feedback/sound/operation/back.wav']; var soundPathCount = 0; function win(v) {