mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 04:33:36 +00:00
some device functions
This commit is contained in:
@@ -318,6 +318,16 @@ namespace Bit.Droid.Services
|
||||
return manager.IsAutofillSupported;
|
||||
}
|
||||
|
||||
public int SystemMajorVersion()
|
||||
{
|
||||
return (int)Build.VERSION.SdkInt;
|
||||
}
|
||||
|
||||
public string SystemModel()
|
||||
{
|
||||
return Build.Model;
|
||||
}
|
||||
|
||||
private bool DeleteDir(Java.IO.File dir)
|
||||
{
|
||||
if(dir != null && dir.IsDirectory)
|
||||
|
||||
Reference in New Issue
Block a user