We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cffae commit 7df657eCopy full SHA for 7df657e
1 file changed
src/Platforms/SecureFolderFS.UI/ServiceImplementation/BaseVaultCredentialsService.cs
@@ -13,7 +13,7 @@ public abstract class BaseVaultCredentialsService : IVaultCredentialsService
13
/// <inheritdoc/>
14
public virtual IEnumerable<string> GetEncodingOptions()
15
{
16
- if (!OperatingSystem.IsIOS() && !OperatingSystem.IsMacOS() && !OperatingSystem.IsMacCatalyst())
+ if (!OperatingSystem.IsIOS() && !OperatingSystem.IsMacOS() && !OperatingSystem.IsMacCatalyst() && !OperatingSystem.IsAndroid())
17
yield return Core.Cryptography.Constants.CipherId.ENCODING_BASE4K;
18
19
yield return Core.Cryptography.Constants.CipherId.ENCODING_BASE64URL;
0 commit comments