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

select file for document picker

This commit is contained in:
Kyle Spearrin
2017-07-15 01:09:06 -04:00
parent dac4ffcb98
commit d0b616ba24
4 changed files with 75 additions and 0 deletions

View File

@@ -122,5 +122,10 @@ namespace Bit.Android.Services
return false;
}
}
public byte[] SelectFile()
{
return null;
}
}
}