mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 13:43:32 +00:00
download, decrypt and open attachment files
This commit is contained in:
3
src/Android/Resources/Resource.Designer.cs
generated
3
src/Android/Resources/Resource.Designer.cs
generated
@@ -5296,6 +5296,9 @@ namespace Bit.Android
|
||||
// aapt resource value: 0x7f060000
|
||||
public const int accessibilityservice = 2131099648;
|
||||
|
||||
// aapt resource value: 0x7f060001
|
||||
public const int filepaths = 2131099649;
|
||||
|
||||
static Xml()
|
||||
{
|
||||
global::Android.Runtime.ResourceIdManager.UpdateIdValues();
|
||||
|
||||
4
src/Android/Resources/xml/filepaths.xml
Normal file
4
src/Android/Resources/xml/filepaths.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<cache-path name="cache" path="." />
|
||||
</paths>
|
||||
Reference in New Issue
Block a user