Alberto

Results 17 comments of Alberto

Yes, same issue. Just tested again and my message doesn't arrive until I close and start the app. If you could give me any hint about what could be the...

Info on how to fix this issue: https://stackoverflow.com/questions/48117511/exposed-beyond-app-through-clipdata-item-geturi

@mgks in the stackoverflow link I posted, you can find the solution. Also in this one: https://stackoverflow.com/questions/38200282/android-os-fileuriexposedexception-file-storage-emulated-0-test-txt-exposed You need to use fileprovider. Only Huawei device needed this. I added it...

> ![image](https://user-images.githubusercontent.com/8243494/112709181-fb575800-8ef1-11eb-850c-460fc9944f7d.png) This is how I solved it. This does not solve the issue for me; I still see the picker behind the DialogFragment

Just in case it helps anyone else: diving into the open issues, I found out that settting `OptionsPickerBuilder.isDialog(true)` makes it appear in the form of an alert (it's actually a...