[mobile] Provide a method to save a file

This commit is contained in:
fkloft
2014-02-13 21:46:03 +01:00
parent 1c637cce10
commit 51a835ce3b
4 changed files with 87 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ import com.cradle.iitc_mobile.share.ShareActivity;
// provide communication between IITC script and android app
public class IITC_JSInterface {
// context of main activity
private final IITC_Mobile mIitc;
protected final IITC_Mobile mIitc;
IITC_JSInterface(final IITC_Mobile iitc) {
mIitc = iitc;