[mobile] more general save function

This commit is contained in:
fkloft
2014-02-14 00:20:41 +01:00
parent 903fa4f904
commit 0ba9098d80
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,6 @@ public class IITC_JSInterfaceKitkat extends IITC_JSInterface {
@JavascriptInterface
@Override
public void saveFile(final String filename, final String type, final String content) {
mIitc.getFileManager().new FileSaveRequest(filename, type, content);
}
}