mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
11 lines
361 B
C#
11 lines
361 B
C#
|
namespace Bit.App
|
|||
|
{
|
|||
|
public static class Constants
|
|||
|
{
|
|||
|
public const string SettingFingerprintUnlockOn = "fingerprintUnlockOn";
|
|||
|
public const string SettingPinUnlockOn = "pinUnlockOn";
|
|||
|
public const string SettingLockSeconds = "lockSeconds";
|
|||
|
public const string SettingLastBackgroundedDate = "lastBackgroundedDate";
|
|||
|
}
|
|||
|
}
|