Hagen Brooks

Results 95 comments of Hagen Brooks

An even better solution would be: ```java public Uri myUri(Uri originalUri){ Uri returnedUri = null; if (originalUri.getScheme() == null){ returnedUri = Uri.fromFile(new File(camUri.getPath())); // or you can just do -->...

Fixed in 3.0.4 Apologies for taking so long to fix this.

Thank you for this. I will review it today, test it on my side, and then implement it. I'm sorry for only responding now.

Thank you for bringing this to my attention. Can you please elaborate what happens when you target SDK 35? Perhaps provide your stack trace. Thanks.

Did you add the following in your manifest, as is said in the `README`: ```xml ``` You can also try adding: ```xml ``` Let me know after you tried the...