use long type for cache sizes

This commit is contained in:
dkanada 2021-05-21 08:34:55 +09:00
commit d8a0ba23b6
4 changed files with 5 additions and 5 deletions

View file

@ -61,7 +61,7 @@
</string-array>
<string-array name="pref_cache_size_values">
<item>2147483647</item>
<item>10000000000</item>
<item>2000000000</item>
<item>1000000000</item>
<item>400000000</item>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<external-path name="external_files" path="."/>
<external-path name="external_files" path="." />
</paths>