Modify the interface naming for D-Bus (Add some prefix before app_id) 45/150545/1 accepted/tizen/unified/20170920.081256 submit/tizen/20170918.224228
authorJiyong Min <jiyong.min@samsung.com>
Wed, 13 Sep 2017 09:48:00 +0000 (18:48 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 18 Sep 2017 02:05:34 +0000 (02:05 +0000)
commit52d53070c7902ed6fed5bf1a95d63cf689a59d95
tree5a331203977e6f6860caadc310dd84266f655219
parent28c739735bc67a957864ba9491a94bd572138ae9
Modify the interface naming for D-Bus (Add some prefix before app_id)

 [Problem]
 Rarely, media-controller return error(-38) for specific web-application.
 - Cause
   If the web application has the app_id begins with number, also an element of D-Bus interface
   begins with number due to the app_id is one of the element.
   But D-Bus does not accept that the element begins with number, so D-Bus return error.
 - Solution
   The prefix has been added before app_id, so all elements of the interface begins with character.

Change-Id: I5ed79375d3494880f92a1b620baadb5303084309
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
(cherry picked from commit 81ad6777b831c8d6e51c026a232e39f989d6b899)
packaging/capi-media-controller.spec
src/media_controller_util.c