Remove to check valid app_id for original app_id 38/124438/2 accepted/tizen/unified/20170413.164948 submit/tizen/20170413.053950
authorJiyong Min <jiyong.min@samsung.com>
Tue, 11 Apr 2017 09:03:40 +0000 (18:03 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Tue, 11 Apr 2017 09:18:33 +0000 (18:18 +0900)
commitf2915aa1f407cfb76beb0ba1975d802dd65ade0f
tree14cf1161c80d91ac4fe39e3845492fa918f36746
parent741b5098e8847625828e4ebc1d03802f182ce849
Remove to check valid app_id for original app_id

 [Problem]
  If client application checked server_name, it was not same with the app_id of the server application.

 [Solution]
  The dbus does not support special character, so the app_id as interface was modified to valid name for dbus.
 As the result, the modified app_id was not same with original app_id of the server application.
 The interface used by dbus already has been checked before dbus function is called.
 So I remove to check valid app_id and modify it.

Change-Id: I6d120bc7c37c17ac68ed37a788892d3354447697
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
packaging/capi-media-controller.spec
src/media_controller_util.c