Fix SDCard folder cannot created when backup notes.

Bugs occured at HUAWEI honor(ICS 4.0.4).
pull/16/head
alex-yh99 13 years ago
parent 81a66024fe
commit d5ba11c5e4

@ -325,7 +325,7 @@ public class BackupUtils {
try { try {
if (!filedir.exists()) { if (!filedir.exists()) {
filedir.mkdir(); filedir.mkdirs(); // filedir creates failed [fix]
} }
if (!file.exists()) { if (!file.exists()) {
file.createNewFile(); file.createNewFile();

Loading…
Cancel
Save