Skip exit of bg runnable app even if multitasking is not supported 02/216002/1
authorDongHyun Song <dh81.song@samsung.com>
Fri, 18 Oct 2019 06:24:58 +0000 (15:24 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Fri, 18 Oct 2019 06:30:55 +0000 (15:30 +0900)
commit7bf7960c955db5d6243d097ffa60656ef19f1979
treeb2b7b3620a16239d190823642f72d2da192ba369
parent7eaf5f757097deeb5f7db1d7f1bad0f995c65273
Skip exit of bg runnable app even if multitasking is not supported

Fix background support app's termination issue when multitasking is
false.
Even though multitasking is false, the app is background runnable app,
it must run as working in BG.

From XWALK, WebApplication::Suspend() has a logic that it check first
background_support_enabled() value. If it is false, check if its
multitasking option.

Change-Id: I1c93f8a78961e52ecf7bff731021612ee9954974
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/src/web_application.js