Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Nougat #10

Closed
theevangelista opened this issue Oct 10, 2016 · 5 comments
Closed

Support Nougat #10

theevangelista opened this issue Oct 10, 2016 · 5 comments

Comments

@theevangelista
Copy link

theevangelista commented Oct 10, 2016

Since API 24 we can't expose a file using file:// scheme, because it will cause android.os.FileUriExposedException, since StrictMode was enhanced for this since this version.

We need change the scheme to other one, maybe content?

Here is the particular line where the exception happens .

Here is more info.

@ParkSangGwon
Copy link
Owner

@joaoevangelista Oh.. I will review about nougat file uri issue. Thnanks.

@rohitshampur
Copy link
Contributor

rohitshampur commented Oct 15, 2016

@ParkSangGwon Added support for nougat please accept the pull request https://github.com/rohitshampur/TedBottomPicker

@StephenMilone
Copy link

Would love to use this lib in a new project I'm working on. But this is a deal breaker. Please update. thank you

@majidkabir
Copy link
Contributor

Please update, this is a big problem in Nougat, and don't work on it!

@ParkSangGwon
Copy link
Owner

@rohitshampur @StephenMilone @majidkabir
Thanks to @rohitshampur
Support Nougat version updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants