1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-28 22:23:35 +00:00

use internal FilesDir for temp photo

This commit is contained in:
Kyle Spearrin
2019-06-25 11:54:31 -04:00
parent e33b49e78c
commit 72cbdcbc8d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<cache-path name="cache" path="." />
<external-path name="temp" path="Android/data/com.x8bit.bitwarden/files/temp" />
<files-path name="internal" path="." />
</paths>