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

Sample App Doesn't work with Android 6.0 #31

Open
sylvanaar opened this issue Jan 12, 2016 · 3 comments
Open

Sample App Doesn't work with Android 6.0 #31

sylvanaar opened this issue Jan 12, 2016 · 3 comments

Comments

@sylvanaar
Copy link

Under the new permissions model you have to request access to the camera at runtime. The sample app doesn't do this. So in order to make it work you have to compile it on API 22 instead of API 23 for use on Android 6.0+

I am not sure if the library works under the new permissions model, as I only tested the sample app.

@livotov
Copy link
Member

livotov commented Jan 12, 2016

Thanks, yes, update for demo app is planned.
Regarding the library - it does not deal with the permissions requesting as this is out of CAMView level. The requests/checks needs to be done at the activity level. However some helper class or similar will be added to simplify this task

@Mithrandir21
Copy link

I am having the same issue with an App I'm developing.
So I was wondering if there was any news on this issue and/or if you guys could suggest a work around?

@brunolanevik
Copy link

@Mithrandir21 It's all documented here. It's quite simple to follow actually. I personally believe that this isn't something that should be implemented by the CamView library.

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

4 participants