modify the download path 17/78017/1 accepted/tizen/common/20160704.145841 accepted/tizen/ivi/20160704.091031 accepted/tizen/mobile/20160704.091035 accepted/tizen/wearable/20160704.091021 submit/tizen/20160704.041740
authorjaekuk, lee <juku1999@samsung.com>
Mon, 4 Jul 2016 02:50:10 +0000 (11:50 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Mon, 4 Jul 2016 02:50:10 +0000 (11:50 +0900)
Change-Id: I0de6e5d88a0454b323ed60389d691c61febaa4c2
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
src/include/download-manager-common.h

index 6650166..9fa1a54 100755 (executable)
 
 //#define DM_DEFAULT_PHONE_TEMP_DIR "/opt/usr/media/.temp_download"
 //#define DM_DEFAULT_PHONE_INSTALL_DIR "/opt/usr/media/Downloads/"
-#define DM_DEFAULT_PHONE_TEMP_DIR "/home/owner/content/Downloads/.temp_download"
-#define DM_DEFAULT_PHONE_INSTALL_DIR "/home/owner/content/Downloads/"
+#define DM_DEFAULT_PHONE_TEMP_DIR "/opt/home/owner/content/Downloads/.temp_download"
+#define DM_DEFAULT_PHONE_INSTALL_DIR "/opt/home/owner/content/Downloads/"
 
 #define DM_DEFAULT_MMC_TEMP_DIR "/opt/storage/sdcard/.temp_download"
 #define DM_DEFAULT_MMC_INSTALL_DIR "/opt/storage/sdcard/Downloads/"