mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
migration settings are for prefs storage
This commit is contained in:
parent
5bae62cdcb
commit
775d929711
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ namespace Bit.App.Services
|
||||||
Constants.PushLastRegistrationDateKey,
|
Constants.PushLastRegistrationDateKey,
|
||||||
Constants.PushRegisteredTokenKey,
|
Constants.PushRegisteredTokenKey,
|
||||||
Constants.PushCurrentTokenKey,
|
Constants.PushCurrentTokenKey,
|
||||||
Constants.LastBuildKey
|
Constants.LastBuildKey,
|
||||||
|
Constants.MigratedFromV1,
|
||||||
|
Constants.MigratedFromV1AutofillPromptShown,
|
||||||
};
|
};
|
||||||
|
|
||||||
public MobileStorageService(
|
public MobileStorageService(
|
||||||
|
|
Loading…
Reference in a new issue