1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

added broadcast receiver for when android updated

This commit is contained in:
Kyle Spearrin
2017-07-28 17:21:39 -04:00
parent 7490ba3179
commit e4d9dfc128
6 changed files with 44 additions and 11 deletions

View File

@@ -33,6 +33,7 @@
public const string Locked = "other:locked";
public const string LastLoginEmail = "other:lastLoginEmail";
public const string LastSync = "other:lastSync";
public const string LastBuildKey = "LastBuild";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;