From 4dce99a419267dbc0672e4340d97b326a06c5509 Mon Sep 17 00:00:00 2001 From: "taekeun.kang" Date: Wed, 28 Dec 2016 16:13:18 +0900 Subject: [PATCH] [Dialog] add noti sound back.wav [Verification] Cordova Dialog TCT 100% pass Change-Id: I928a1884b8bf17215cb4f5603c3501195f77c27e Signed-off-by: taekeun.kang --- src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4