mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
new constants for mobile app prefixes
This commit is contained in:
parent
2fa3d214e5
commit
1103354de3
1 changed files with 3 additions and 0 deletions
|
@ -2,7 +2,10 @@
|
|||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string AndroidAppProtocol = "androidapp://";
|
||||
public const string iOSAppProtocol = "iosapp://";
|
||||
public static string LockOptionKey = "lockOption";
|
||||
public static string PinProtectedKey = "pinProtectedKey";
|
||||
public static string DefaultUriMatch = "defaultUriMatch";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue