mirror of https://github.com/tasks/tasks
Fix attachment issues on pre-lollipop devices
parent
faff1dcc08
commit
d74f6d457a
@ -0,0 +1,6 @@
|
||||
package org.tasks.files;
|
||||
|
||||
import androidx.core.content.FileProvider;
|
||||
|
||||
public class NNFileProvider extends FileProvider {
|
||||
}
|
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<root-path
|
||||
name="root"
|
||||
<external-path
|
||||
name="external"
|
||||
path="." />
|
||||
<cache-path
|
||||
name="cache"
|
||||
<external-cache-path
|
||||
name="external_cache"
|
||||
path="." />
|
||||
</paths>
|
Loading…
Reference in New Issue