Change-Id: I89f1050e2fe51562b7e35d66aafb8bd665852493
Signed-off-by: Dmytro Dragan <dm.dragan@samsung.com>
if (!app_control_create(&svc_handle)) {
app_control_set_operation(svc_handle, APP_CONTROL_OPERATION_PICK);
app_control_set_launch_mode(svc_handle, APP_CONTROL_LAUNCH_MODE_GROUP);
- app_control_set_app_id(svc_handle, "ug-gallery-efl");
+ app_control_set_app_id(svc_handle, "org.tizen.ug-gallery-efl");
app_control_set_mime(svc_handle, "image/*");
if (!DISABLE_MULTISELECTION) {