Provide API to select a file on mobile

This commit is contained in:
fkloft
2014-01-20 22:33:00 +01:00
parent 9e210805dc
commit 787a68ac8d
3 changed files with 107 additions and 0 deletions

View File

@@ -224,4 +224,9 @@ public class IITC_JSInterface {
}
});
}
@JavascriptInterface
public String getFileRequestUrlPrefix() {
return mIitc.getFileManager().getFileRequestPrefix();
}
}