Skip to content

Commit

Permalink
Fix crashes when APK stored in cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jan 13, 2019
1 parent 1d9c441 commit aa88486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/xml/file_paths.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<files-path name="internal_files" path="."/>
<cache-path name="cache_files" path="." />
<external-path name="external_files" path="."/>
</paths>

0 comments on commit aa88486

Please sign in to comment.