diff --git a/src/Kp2aBusinessLogic/Io/JavaFileStorage.cs b/src/Kp2aBusinessLogic/Io/JavaFileStorage.cs index 50ce1547..63e0855d 100644 --- a/src/Kp2aBusinessLogic/Io/JavaFileStorage.cs +++ b/src/Kp2aBusinessLogic/Io/JavaFileStorage.cs @@ -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);