mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
Add support for camera for android choose file
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
@@ -7,7 +8,7 @@ namespace Bit.App.Abstractions
|
||||
void CopyToClipboard(string text);
|
||||
bool OpenFile(byte[] fileData, string id, string fileName);
|
||||
bool CanOpenFile(string fileName);
|
||||
void SelectFile();
|
||||
Task SelectFileAsync();
|
||||
void ClearCache();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user