Commit 56e4f153 authored by Mygod's avatar Mygod Committed by Max Lv

Update backup helper

parent 2e3baa72
...@@ -40,6 +40,6 @@ class ShadowsocksBackupAgent extends BackupAgentHelper { ...@@ -40,6 +40,6 @@ class ShadowsocksBackupAgent extends BackupAgentHelper {
val helper = new SharedPreferencesBackupHelper(this, PREFS_DISPLAY) val helper = new SharedPreferencesBackupHelper(this, PREFS_DISPLAY)
addHelper(MY_PREFS_BACKUP_KEY, helper) addHelper(MY_PREFS_BACKUP_KEY, helper)
addHelper(DATABASE, new FileBackupHelper(this, "../databases/" + DBHelper.PROFILE, addHelper(DATABASE, new FileBackupHelper(this, "../databases/" + DBHelper.PROFILE,
"../" + Acl.CUSTOM_RULES + ".acl")) Acl.CUSTOM_RULES + ".acl"))
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment