Modify the SD card download path 51/100351/1
authorLee Hyuk <hyuk0512.lee@samsung.com>
Mon, 28 Nov 2016 02:11:49 +0000 (11:11 +0900)
committerLee Hyuk <hyuk0512.lee@samsung.com>
Mon, 28 Nov 2016 02:11:49 +0000 (11:11 +0900)
Change-Id: Icdf4a49405bad7660edd68a4ea6ca42f401c6936
Signed-off-by: Lee Hyuk <hyuk0512.lee@samsung.com>
src/bt-share-ui-view.c

index 9e6682d..e6b2998 100644 (file)
@@ -56,7 +56,7 @@
 #define BT_DEFAULT_MEM_MMC 1
 
 #define BT_DOWNLOAD_PHONE_FOLDER "/opt/usr/media/Downloads"
-#define BT_DOWNLOAD_MMC_FOLDER "/opt/storage/sdcard/Downloads"
+#define BT_DOWNLOAD_MMC_FOLDER "/opt/media/SDCardA1"
 #define BT_CONTACT_SHARE_TMP_DIR BT_DOWNLOAD_PHONE_FOLDER "/.bluetooth"
 
 extern bt_share_appdata_t *app_state;