[Title] App selector will be launced when user select <input type=file> button
authorJiyeon Kim <jiyeon0402.kim@samsung.com>
Sat, 28 Sep 2013 05:25:11 +0000 (14:25 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Mon, 30 Sep 2013 01:17:27 +0000 (01:17 +0000)
[Issue#] N_SE-52810, N_SE-53110
[Problme] Focus goes to image file instead of my files home page
[Cause] My files app launched gallery app with submode after that browser launched my files app and than my files app displayed gallery app previous launched
[Solution] Add service_set_window method for handling submode app and remove service_set_app_id so user can select app which user want

Change-Id: If54c6a1cbfb037f444f3ffc45388af63eceb9860

Source/WebKit2/UIProcess/API/efl/tizen/OpenPanel.cpp

index ada1231..873ff45 100755 (executable)
@@ -301,9 +301,6 @@ bool OpenPanel::openPanel(Evas_Object* ewkView, Eina_Bool allow_multiple_files,
     else
         service_add_extra_data(service, "http://tizen.org/appcontrol/data/selection_mode", "single");
 
-
-    service_set_app_id (service, "tizen.filemanager");
-
     int ret = service_send_launch_request(service, _cameraResultCb, this);
     if (ret != SERVICE_ERROR_NONE) {
         service_destroy(service);