diff --git a/src/keepass2android-app/app/App.cs b/src/keepass2android-app/app/App.cs index b052c59f..db78a794 100644 --- a/src/keepass2android-app/app/App.cs +++ b/src/keepass2android-app/app/App.cs @@ -836,8 +836,8 @@ namespace keepass2android new AndroidContentStorage(LocaleManager.LocalizedAppContext), #if !EXCLUDE_JAVAFILESTORAGE #if !NoNet - /*TODO new DropboxFileStorage(LocaleManager.LocalizedAppContext, this), - new DropboxAppFolderFileStorage(LocaleManager.LocalizedAppContext, this),*/ + new DropboxFileStorage(LocaleManager.LocalizedAppContext, this), + new DropboxAppFolderFileStorage(LocaleManager.LocalizedAppContext, this), GoogleApiAvailability.Instance.IsGooglePlayServicesAvailable(LocaleManager.LocalizedAppContext)==ConnectionResult.Success ? new GoogleDriveFileStorage(LocaleManager.LocalizedAppContext, this) : null, GoogleApiAvailability.Instance.IsGooglePlayServicesAvailable(LocaleManager.LocalizedAppContext)==ConnectionResult.Success ? new GoogleDriveAppDataFileStorage(LocaleManager.LocalizedAppContext, this) : null, new OneDriveFileStorage(this),