I was actually wrong on this. Fixes #15 my problem i was having is you can't do new File(uri) but it's normal, it's not a file path, it's a Uri, if you are sure you have a file uri, you can do new File(Uri.parse(uri).getPath()) but I guess best is to get a input stream from the Uri or keep using Uri.. This reverts commit a85cf9629a.
|
|
||
67 |
|
67 |
|
68 |
|
68 |
|
69 |
|
69 |
|
70 |
|
|
|
|
70 |
|
|
|
71 |
|
|
71 |
|
72 |
|
72 |
|
73 |
|
73 |
|
74 |
|