[Service] Make appInfo writable 03/245903/3
authorYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 19 Oct 2020 12:11:03 +0000 (05:11 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 19 Oct 2020 12:18:35 +0000 (05:18 -0700)
commit25de0d7b52383ecec883b6b88be004d269edf2ed
treed1987633fb09cd2e71367fb9fe0c0b52c8865a9c
parent7981937a02b9f40f63877d8a1c512a685fcb99a9
[Service] Make appInfo writable

In follwing sample code, The appInfo needs to be writable with
application information having app id 'TCT_APPCONTROL_APPID' as TC expected.

> var app = tizen.application.getCurrentApplication();
> app.appInfo =
>     tizen.application.getAppInfo(application_common.TCT_APPCONTROL_APPID);

Change-Id: I6d89d5d1c0d9c241cebc5ff92b15167c890f1a55
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
wrt_app/service/device_api_router.ts