Fix the path convert issue 01/91101/1 accepted/tizen/3.0/ivi/20161011.043751 accepted/tizen/3.0/mobile/20161015.033920 accepted/tizen/3.0/wearable/20161015.083948 accepted/tizen/common/20161006.153523 accepted/tizen/ivi/20161006.075945 accepted/tizen/mobile/20161006.075912 accepted/tizen/wearable/20161006.075926 submit/tizen/20161006.005609 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000005 submit/tizen_3.0_wearable/20161015.000005
authorjaekuk, lee <juku1999@samsung.com>
Thu, 6 Oct 2016 00:40:00 +0000 (09:40 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Thu, 6 Oct 2016 00:40:00 +0000 (09:40 +0900)
Change-Id: Iaa9d3ebba5a8393ea6ebb952760492470e210975
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
packaging/org.tizen.download-manager.spec
src/include/download-manager-common.h

index 453a8b2..487d880 100755 (executable)
@@ -1,7 +1,7 @@
 %define _ux_define tizen2.3
 Name:  org.tizen.download-manager
 Summary:       Application for support of the content download
-Version:       0.3.12
+Version:       0.3.13
 Release:       1
 License:       Flora-1.1
 Group:         misc
index b601f60..daeffa4 100755 (executable)
 #define MYFILE_PKG_NAME "org.tizen.myfile"
 #endif
 
-#define DM_DEFAULT_PHONE_INSTALL_DIR tzplatform_getenv(TZ_USER_DOWNLOADS)
+#define DM_DEFAULT_PHONE_INSTALL_DIR "/opt/usr/media/Downloads"
 
 #define DM_DEFAULT_MMC_TEMP_DIR "/opt/storage/sdcard/.temp_download"
 #define DM_DEFAULT_MMC_INSTALL_DIR "/opt/storage/sdcard/Downloads/"