removed duplicate methods

This commit is contained in:
Philipp Crocoll 2014-12-13 21:49:13 +01:00
parent 7a74fab88d
commit bcc5e3e206
1 changed files with 0 additions and 10 deletions

View File

@ -293,16 +293,6 @@ namespace keepass2android.Io
return false; //TODO implement. note, however, that we MAY return false even if it's read-only
}
public bool IsPermanentLocation(IOConnectionInfo ioc)
{
return true;
}
public bool IsReadOnly(IOConnectionInfo ioc)
{
return false; //TODO implement. note, however, that we MAY return false even if it's read-only
}
public void OnCreate(IFileStorageSetupActivity activity, Bundle savedInstanceState)
{
_jfs.OnCreate(((IJavaFileStorageFileStorageSetupActivity)activity), savedInstanceState);