@@ -86,6 +86,8 @@ isBangsScreen; \
//#define CloudService @"http://hiboxde.armclouding.com:7780"
+#define DefaultBackupsPath @"sdcard/Download"
+
#define AESCODEKEEYY @"fvO8gAfNSr1tbdQe"
@@ -144,7 +144,7 @@
NSString * backupsDefaultPath = [HWDataManager getStringWithKey:Const_photo_backups_default_path];
if(!backupsDefaultPath || backupsDefaultPath.length == 0){
- backupsDefaultPath = @"sdcard/Download";
+ backupsDefaultPath = DefaultBackupsPath;
[HWDataManager setStringWithKey:Const_photo_backups_default_path value:backupsDefaultPath];
}
@@ -53,7 +53,7 @@